|
@@ -1767,33 +1767,6 @@
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</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 id="insertReport">
|
|
INSERT INTO statement_audit_office_data_info(
|
|
INSERT INTO statement_audit_office_data_info(
|