wangzhe 2 лет назад
Родитель
Сommit
5277f2012c

+ 272 - 78
test-api/src/main/resources/mapper/Guiji_Funeral_Mapper.xml

@@ -96,36 +96,75 @@
     <insert id="add_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
     <insert id="add_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
         insert into t_guiji_funeral_pay (
         insert into t_guiji_funeral_pay (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        platformName, constructingUnit, constructingDate, platformAddress, platformAddressExt, platformLevel, platformType)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LINKMAN, LINKMANPHONE, JMTYPE, NO, ITEMTYPE, ITEMNAME, PRICE, ITEMCOUNT, SUMMONEY, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{platformName}, #{constructingUnit}, #{constructingDate}, #{platformAddress}, #{platformAddressExt}, #{platformLevel}, #{platformType})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{LINKMAN}, #{LINKMANPHONE}, #{JMTYPE}, #{NO}, #{ITEMTYPE}, #{ITEMNAME}, #{PRICE}, #{ITEMCOUNT}, #{SUMMONEY}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
     <update id="update_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
         update t_guiji_funeral_pay
         update t_guiji_funeral_pay
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="platformName != null and platformName != ''">
-                platformName = #{platformName},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="constructingUnit != null and constructingUnit != ''">
-                constructingUnit = #{constructingUnit},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
+            </if>
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
+            </if>
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
+            </if>
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="JMTYPE != null and JMTYPE != ''">
+                JMTYPE = #{JMTYPE},
+            </if>
+            <if test="NO != null and NO != ''">
+                NO = #{NO},
             </if>
             </if>
-            <if test="constructingDate != null and constructingDate != ''">
-                constructingDate = #{constructingDate},
+            <if test="ITEMTYPE != null and ITEMTYPE != ''">
+                ITEMTYPE = #{ITEMTYPE},
             </if>
             </if>
-            <if test="platformAddress != null and platformAddress != ''">
-                platformAddress = #{platformAddress},
+            <if test="ITEMNAME != null and ITEMNAME != ''">
+                ITEMNAME = #{ITEMNAME},
             </if>
             </if>
-            <if test="platformAddressExt != null and platformAddressExt != ''">
-                platformAddressExt = #{platformAddressExt},
+            <if test="PRICE != null and PRICE != ''">
+                PRICE = #{PRICE},
             </if>
             </if>
-            <if test="platformLevel != null and platformLevel != ''">
-                platformLevel = #{platformLevel},
+            <if test="ITEMCOUNT != null and ITEMCOUNT != ''">
+                ITEMCOUNT = #{ITEMCOUNT},
             </if>
             </if>
-            <if test="platformType != null and platformType != ''">
-                platformType = #{platformType},
+            <if test="SUMMONEY != null and SUMMONEY != ''">
+                SUMMONEY = #{SUMMONEY},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
@@ -135,36 +174,72 @@
     <insert id="add_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
     <insert id="add_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
         insert into t_guiji_funeral_freeze (
         insert into t_guiji_funeral_freeze (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        projectName, projectOrgName, projectAddress, projectStatus, projectTotalInvestment, projectStart, projectEnd)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LCJNAME, STARTTM, ENDTM, DAYS, JSMONEY, YJMONEY, LINKMAN, LINKMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{projectName}, #{projectOrgName}, #{projectAddress}, #{projectStatus}, #{projectTotalInvestment}, #{projectStart}, #{projectEnd})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{LCJNAME}, #{STARTTM}, #{ENDTM}, #{DAYS}, #{JSMONEY}, #{YJMONEY}, #{LINKMAN}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
     <update id="update_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
         update t_guiji_funeral_freeze
         update t_guiji_funeral_freeze
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="projectName != null and projectName != ''">
-                projectName = #{projectName},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="projectOrgName != null and projectOrgName != ''">
-                projectOrgName = #{projectOrgName},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="projectAddress != null and projectAddress != ''">
-                projectAddress = #{projectAddress},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="projectStatus != null and projectStatus != ''">
-                projectStatus = #{projectStatus},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="projectTotalInvestment != null and projectTotalInvestment != ''">
-                projectTotalInvestment = #{projectTotalInvestment},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="projectStart != null and projectStart != ''">
-                projectStart = #{projectStart},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
-            <if test="projectEnd != null and projectEnd != ''">
-                projectEnd = #{projectEnd},
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="LCJNAME != null and LCJNAME != ''">
+                LCJNAME = #{LCJNAME},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="ENDTM != null and ENDTM != ''">
+                ENDTM = #{ENDTM},
+            </if>
+            <if test="DAYS != null and DAYS != ''">
+                DAYS = #{DAYS},
+            </if>
+            <if test="JSMONEY != null and JSMONEY != ''">
+                JSMONEY = #{JSMONEY},
+            </if>
+            <if test="YJMONEY != null and YJMONEY != ''">
+                YJMONEY = #{YJMONEY},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
@@ -174,105 +249,224 @@
     <insert id="add_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
     <insert id="add_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
         insert into t_guiji_funeral_ashes_storage (
         insert into t_guiji_funeral_ashes_storage (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGNAME}, #{STARTTM}, #{ENDTM}, #{LINKMAN}, #{LINKMANSFZH}, #{RELATIONSHIP}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
     <update id="update_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
         update t_guiji_funeral_ashes_storage
         update t_guiji_funeral_ashes_storage
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="ENDTM != null and ENDTM != ''">
+                ENDTM = #{ENDTM},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANSFZH != null and LINKMANSFZH != ''">
+                LINKMANSFZH = #{LINKMANSFZH},
+            </if>
+            <if test="RELATIONSHIP != null and RELATIONSHIP != ''">
+                RELATIONSHIP = #{RELATIONSHIP},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
     </update>
     </update>
 
 
 
 
-    <insert id="add_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <insert id="add_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean">
         insert into t_guiji_funeral_ashes_renew (
         insert into t_guiji_funeral_ashes_renew (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGNAME, XCSTARTTM, XCENDTM, LINKMAN, LINKMANSFZH, RELATIONSHIP, LINKMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGNAME}, #{XCSTARTTM}, #{XCENDTM}, #{LINKMAN}, #{LINKMANSFZH}, #{RELATIONSHIP}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
-    <update id="update_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <update id="update_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean">
         update t_guiji_funeral_ashes_renew
         update t_guiji_funeral_ashes_renew
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
+            </if>
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
+            </if>
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
+            </if>
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
+            </if>
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="XCSTARTTM != null and XCSTARTTM != ''">
+                XCSTARTTM = #{XCSTARTTM},
+            </if>
+            <if test="XCENDTM != null and XCENDTM != ''">
+                XCENDTM = #{XCENDTM},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANSFZH != null and LINKMANSFZH != ''">
+                LINKMANSFZH = #{LINKMANSFZH},
+            </if>
+            <if test="RELATIONSHIP != null and RELATIONSHIP != ''">
+                RELATIONSHIP = #{RELATIONSHIP},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
     </update>
     </update>
 
 
 
 
-    <insert id="add_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <insert id="add_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean">
         insert into t_guiji_funeral_ashes_remove (
         insert into t_guiji_funeral_ashes_remove (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGCODE, JCGNAME, JCPRICE, STARTTM, GETQZTM, GETMAN, GETMANSFZH, GETRLP, GETMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGCODE}, #{JCGNAME}, #{JCPRICE}, #{STARTTM}, #{GETQZTM}, #{GETMAN}, #{GETMANSFZH}, #{GETRLP}, #{GETMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
-    <update id="update_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <update id="update_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean">
         update t_guiji_funeral_ashes_remove
         update t_guiji_funeral_ashes_remove
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
+            </if>
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGCODE != null and JCGCODE != ''">
+                JCGCODE = #{JCGCODE},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="JCPRICE != null and JCPRICE != ''">
+                JCPRICE = #{JCPRICE},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="GETQZTM != null and GETQZTM != ''">
+                GETQZTM = #{GETQZTM},
+            </if>
+            <if test="GETMAN != null and GETMAN != ''">
+                GETMAN = #{GETMAN},
+            </if>
+            <if test="GETMANSFZH != null and GETMANSFZH != ''">
+                GETMANSFZH = #{GETMANSFZH},
+            </if>
+            <if test="GETRLP != null and GETRLP != ''">
+                GETRLP = #{GETRLP},
+            </if>
+            <if test="GETMANPHONE != null and GETMANPHONE != ''">
+                GETMANPHONE = #{GETMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}

+ 272 - 78
test-api/src/main/resources/mapper/Guiji_Funeral_Mapper2.xml

@@ -96,36 +96,75 @@
     <insert id="add_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
     <insert id="add_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
         insert into t_guiji_funeral_pay (
         insert into t_guiji_funeral_pay (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        platformName, constructingUnit, constructingDate, platformAddress, platformAddressExt, platformLevel, platformType)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LINKMAN, LINKMANPHONE, JMTYPE, NO, ITEMTYPE, ITEMNAME, PRICE, ITEMCOUNT, SUMMONEY, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{platformName}, #{constructingUnit}, #{constructingDate}, #{platformAddress}, #{platformAddressExt}, #{platformLevel}, #{platformType})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{LINKMAN}, #{LINKMANPHONE}, #{JMTYPE}, #{NO}, #{ITEMTYPE}, #{ITEMNAME}, #{PRICE}, #{ITEMCOUNT}, #{SUMMONEY}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
     <update id="update_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
         update t_guiji_funeral_pay
         update t_guiji_funeral_pay
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="platformName != null and platformName != ''">
-                platformName = #{platformName},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="constructingUnit != null and constructingUnit != ''">
-                constructingUnit = #{constructingUnit},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
+            </if>
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
+            </if>
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
+            </if>
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="JMTYPE != null and JMTYPE != ''">
+                JMTYPE = #{JMTYPE},
+            </if>
+            <if test="NO != null and NO != ''">
+                NO = #{NO},
             </if>
             </if>
-            <if test="constructingDate != null and constructingDate != ''">
-                constructingDate = #{constructingDate},
+            <if test="ITEMTYPE != null and ITEMTYPE != ''">
+                ITEMTYPE = #{ITEMTYPE},
             </if>
             </if>
-            <if test="platformAddress != null and platformAddress != ''">
-                platformAddress = #{platformAddress},
+            <if test="ITEMNAME != null and ITEMNAME != ''">
+                ITEMNAME = #{ITEMNAME},
             </if>
             </if>
-            <if test="platformAddressExt != null and platformAddressExt != ''">
-                platformAddressExt = #{platformAddressExt},
+            <if test="PRICE != null and PRICE != ''">
+                PRICE = #{PRICE},
             </if>
             </if>
-            <if test="platformLevel != null and platformLevel != ''">
-                platformLevel = #{platformLevel},
+            <if test="ITEMCOUNT != null and ITEMCOUNT != ''">
+                ITEMCOUNT = #{ITEMCOUNT},
             </if>
             </if>
-            <if test="platformType != null and platformType != ''">
-                platformType = #{platformType},
+            <if test="SUMMONEY != null and SUMMONEY != ''">
+                SUMMONEY = #{SUMMONEY},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
@@ -135,36 +174,72 @@
     <insert id="add_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
     <insert id="add_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
         insert into t_guiji_funeral_freeze (
         insert into t_guiji_funeral_freeze (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        projectName, projectOrgName, projectAddress, projectStatus, projectTotalInvestment, projectStart, projectEnd)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, LCJNAME, STARTTM, ENDTM, DAYS, JSMONEY, YJMONEY, LINKMAN, LINKMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{projectName}, #{projectOrgName}, #{projectAddress}, #{projectStatus}, #{projectTotalInvestment}, #{projectStart}, #{projectEnd})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{LCJNAME}, #{STARTTM}, #{ENDTM}, #{DAYS}, #{JSMONEY}, #{YJMONEY}, #{LINKMAN}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
     <update id="update_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
         update t_guiji_funeral_freeze
         update t_guiji_funeral_freeze
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="projectName != null and projectName != ''">
-                projectName = #{projectName},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="projectOrgName != null and projectOrgName != ''">
-                projectOrgName = #{projectOrgName},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="projectAddress != null and projectAddress != ''">
-                projectAddress = #{projectAddress},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="projectStatus != null and projectStatus != ''">
-                projectStatus = #{projectStatus},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="projectTotalInvestment != null and projectTotalInvestment != ''">
-                projectTotalInvestment = #{projectTotalInvestment},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="projectStart != null and projectStart != ''">
-                projectStart = #{projectStart},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
-            <if test="projectEnd != null and projectEnd != ''">
-                projectEnd = #{projectEnd},
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="LCJNAME != null and LCJNAME != ''">
+                LCJNAME = #{LCJNAME},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="ENDTM != null and ENDTM != ''">
+                ENDTM = #{ENDTM},
+            </if>
+            <if test="DAYS != null and DAYS != ''">
+                DAYS = #{DAYS},
+            </if>
+            <if test="JSMONEY != null and JSMONEY != ''">
+                JSMONEY = #{JSMONEY},
+            </if>
+            <if test="YJMONEY != null and YJMONEY != ''">
+                YJMONEY = #{YJMONEY},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
@@ -174,105 +249,224 @@
     <insert id="add_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
     <insert id="add_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
         insert into t_guiji_funeral_ashes_storage (
         insert into t_guiji_funeral_ashes_storage (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGNAME}, #{STARTTM}, #{ENDTM}, #{LINKMAN}, #{LINKMANSFZH}, #{RELATIONSHIP}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
     <update id="update_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
     <update id="update_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
         update t_guiji_funeral_ashes_storage
         update t_guiji_funeral_ashes_storage
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="ENDTM != null and ENDTM != ''">
+                ENDTM = #{ENDTM},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANSFZH != null and LINKMANSFZH != ''">
+                LINKMANSFZH = #{LINKMANSFZH},
+            </if>
+            <if test="RELATIONSHIP != null and RELATIONSHIP != ''">
+                RELATIONSHIP = #{RELATIONSHIP},
+            </if>
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
     </update>
     </update>
 
 
 
 
-    <insert id="add_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <insert id="add_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean">
         insert into t_guiji_funeral_ashes_renew (
         insert into t_guiji_funeral_ashes_renew (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGNAME, XCSTARTTM, XCENDTM, LINKMAN, LINKMANSFZH, RELATIONSHIP, LINKMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGNAME}, #{XCSTARTTM}, #{XCENDTM}, #{LINKMAN}, #{LINKMANSFZH}, #{RELATIONSHIP}, #{LINKMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
-    <update id="update_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <update id="update_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral5_ashes_renew_Bean">
         update t_guiji_funeral_ashes_renew
         update t_guiji_funeral_ashes_renew
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
+            </if>
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
+            </if>
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
+            </if>
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
+            </if>
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
+            </if>
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="XCSTARTTM != null and XCSTARTTM != ''">
+                XCSTARTTM = #{XCSTARTTM},
+            </if>
+            <if test="XCENDTM != null and XCENDTM != ''">
+                XCENDTM = #{XCENDTM},
+            </if>
+            <if test="LINKMAN != null and LINKMAN != ''">
+                LINKMAN = #{LINKMAN},
+            </if>
+            <if test="LINKMANSFZH != null and LINKMANSFZH != ''">
+                LINKMANSFZH = #{LINKMANSFZH},
+            </if>
+            <if test="RELATIONSHIP != null and RELATIONSHIP != ''">
+                RELATIONSHIP = #{RELATIONSHIP},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="LINKMANPHONE != null and LINKMANPHONE != ''">
+                LINKMANPHONE = #{LINKMANPHONE},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}
     </update>
     </update>
 
 
 
 
-    <insert id="add_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <insert id="add_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean">
         insert into t_guiji_funeral_ashes_remove (
         insert into t_guiji_funeral_ashes_remove (
         <include refid="global_name"></include>
         <include refid="global_name"></include>
-        year, month, economyType, number, yearOnYear, cityProportion)
+        BNO, DNAME, DSEX, DAGE, DMZ, DSFZH, ADDRESS, DTIME, JCGCODE, JCGNAME, JCPRICE, STARTTM, GETQZTM, GETMAN, GETMANSFZH, GETRLP, GETMANPHONE, OPERTM, OPERID, OPERDW)
         values (
         values (
         <include refid="global_value"></include>
         <include refid="global_value"></include>
-        #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
+        #{BNO}, #{DNAME}, #{DSEX}, #{DAGE}, #{DMZ}, #{DSFZH}, #{ADDRESS}, #{DTIME}, #{JCGCODE}, #{JCGNAME}, #{JCPRICE}, #{STARTTM}, #{GETQZTM}, #{GETMAN}, #{GETMANSFZH}, #{GETRLP}, #{GETMANPHONE}, #{OPERTM}, #{OPERID}, #{OPERDW})
     </insert>
     </insert>
 
 
-    <update id="update_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
+    <update id="update_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral6_ashes_remove_Bean">
         update t_guiji_funeral_ashes_remove
         update t_guiji_funeral_ashes_remove
         <trim prefix="SET" suffixOverrides=",">
         <trim prefix="SET" suffixOverrides=",">
             <include refid="update_sql"></include>
             <include refid="update_sql"></include>
-            <if test="year != null and year != ''">
-                year = #{year},
+            <if test="BNO != null and BNO != ''">
+                BNO = #{BNO},
+            </if>
+            <if test="DNAME != null and DNAME != ''">
+                DNAME = #{DNAME},
             </if>
             </if>
-            <if test="month != null and month != ''">
-                month = #{month},
+            <if test="DSEX != null and DSEX != ''">
+                DSEX = #{DSEX},
             </if>
             </if>
-            <if test="economyType != null and economyType != ''">
-                economyType = #{economyType},
+            <if test="DAGE != null and DAGE != ''">
+                DAGE = #{DAGE},
             </if>
             </if>
-            <if test="number != null and number != ''">
-                number = #{number},
+            <if test="DMZ != null and DMZ != ''">
+                DMZ = #{DMZ},
             </if>
             </if>
-            <if test="yearOnYear != null and yearOnYear != ''">
-                yearOnYear = #{yearOnYear},
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
-            <if test="cityProportion != null and cityProportion != ''">
-                cityProportion = #{cityProportion},
+            <if test="ADDRESS != null and ADDRESS != ''">
+                ADDRESS = #{ADDRESS},
+            </if>
+            <if test="DTIME != null and DTIME != ''">
+                DTIME = #{DTIME},
+            </if>
+            <if test="JCGCODE != null and JCGCODE != ''">
+                JCGCODE = #{JCGCODE},
+            </if>
+            <if test="JCGNAME != null and JCGNAME != ''">
+                JCGNAME = #{JCGNAME},
+            </if>
+            <if test="JCPRICE != null and JCPRICE != ''">
+                JCPRICE = #{JCPRICE},
+            </if>
+            <if test="STARTTM != null and STARTTM != ''">
+                STARTTM = #{STARTTM},
+            </if>
+            <if test="GETQZTM != null and GETQZTM != ''">
+                GETQZTM = #{GETQZTM},
+            </if>
+            <if test="GETMAN != null and GETMAN != ''">
+                GETMAN = #{GETMAN},
+            </if>
+            <if test="GETMANSFZH != null and GETMANSFZH != ''">
+                GETMANSFZH = #{GETMANSFZH},
+            </if>
+            <if test="GETRLP != null and GETRLP != ''">
+                GETRLP = #{GETRLP},
+            </if>
+            <if test="GETMANPHONE != null and GETMANPHONE != ''">
+                GETMANPHONE = #{GETMANPHONE},
+            </if>
+            <if test="OPERTM != null and OPERTM != ''">
+                OPERTM = #{OPERTM},
+            </if>
+            <if test="OPERID != null and OPERID != ''">
+                OPERID = #{OPERID},
+            </if>
+            <if test="OPERDW != null and OPERDW != ''">
+                OPERDW = #{OPERDW},
+            </if>
+            <if test="DSFZH != null and DSFZH != ''">
+                DSFZH = #{DSFZH},
             </if>
             </if>
         </trim>
         </trim>
         where id = #{id}
         where id = #{id}