Преглед на файлове

2022/7/12 公司级报表年度级别

guoxu преди 2 години
родител
ревизия
b3c7760db0
променени са 1 файла, в които са добавени 0 реда и са изтрити 27 реда
  1. 0 27
      src/main/resources/mappings/modules/statement/StatementCompanyComprehensiveDao.xml

+ 0 - 27
src/main/resources/mappings/modules/statement/StatementCompanyComprehensiveDao.xml

@@ -1767,33 +1767,6 @@
 		</foreach>
 	</insert>
 
-	<delete id="deleteStatementDataInfo">
-		delete from statement_report_data_info
-		<where >
-			type = #{type}
-			and year = #{year}
-			and big_date_type = #{bigDateType}
-			and small_date_type = #{smallDateType}
-			and office_id = #{officeId}
-
-			<if test="field1 != null and field1 != ''">
-				and field1 = #{field1}
-			</if>
-
-			<if test="field2 != null and field2 != ''">
-				and field2 = #{field2}
-			</if>
-
-			<if test="field3 != null and field3 != ''">
-				and field3 = #{field3}
-			</if>
-
-			<if test="field4 != null and field4 != ''">
-				and field4 = #{field4}
-			</if>
-		</where>
-	</delete>
-
 
 	<insert id="insertReport">
 		INSERT INTO statement_audit_office_data_info(