|
@@ -94,7 +94,7 @@
|
|
|
|
|
|
|
|
|
<insert id="add_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
|
|
|
- insert into t_guiji_medicine_platform (
|
|
|
+ insert into t_guiji_funeral_pay (
|
|
|
<include refid="global_name"></include>
|
|
|
platformName, constructingUnit, constructingDate, platformAddress, platformAddressExt, platformLevel, platformType)
|
|
|
values (
|
|
@@ -103,7 +103,7 @@
|
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_funeral2" parameterType="com.sooka.model.bo.Guiji_funeral2_pay_Bean">
|
|
|
- update t_guiji_medicine_platform
|
|
|
+ update t_guiji_funeral_pay
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<include refid="update_sql"></include>
|
|
|
<if test="platformName != null and platformName != ''">
|
|
@@ -133,7 +133,7 @@
|
|
|
|
|
|
|
|
|
<insert id="add_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
|
|
|
- insert into t_guiji_medicine_project (
|
|
|
+ insert into t_guiji_funeral_freeze (
|
|
|
<include refid="global_name"></include>
|
|
|
projectName, projectOrgName, projectAddress, projectStatus, projectTotalInvestment, projectStart, projectEnd)
|
|
|
values (
|
|
@@ -142,7 +142,7 @@
|
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_funeral3" parameterType="com.sooka.model.bo.Guiji_funeral3_freeze_Bean">
|
|
|
- update t_guiji_medicine_project
|
|
|
+ update t_guiji_funeral_freeze
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<include refid="update_sql"></include>
|
|
|
<if test="projectName != null and projectName != ''">
|
|
@@ -172,7 +172,7 @@
|
|
|
|
|
|
|
|
|
<insert id="add_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
- insert into t_guiji_medicine_industry (
|
|
|
+ insert into t_guiji_funeral_ashes_storage (
|
|
|
<include refid="global_name"></include>
|
|
|
year, month, economyType, number, yearOnYear, cityProportion)
|
|
|
values (
|
|
@@ -181,7 +181,79 @@
|
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_funeral4" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
- update t_guiji_medicine_industry
|
|
|
+ update t_guiji_funeral_ashes_storage
|
|
|
+ <trim prefix="SET" suffixOverrides=",">
|
|
|
+ <include refid="update_sql"></include>
|
|
|
+ <if test="year != null and year != ''">
|
|
|
+ year = #{year},
|
|
|
+ </if>
|
|
|
+ <if test="month != null and month != ''">
|
|
|
+ month = #{month},
|
|
|
+ </if>
|
|
|
+ <if test="economyType != null and economyType != ''">
|
|
|
+ economyType = #{economyType},
|
|
|
+ </if>
|
|
|
+ <if test="number != null and number != ''">
|
|
|
+ number = #{number},
|
|
|
+ </if>
|
|
|
+ <if test="yearOnYear != null and yearOnYear != ''">
|
|
|
+ yearOnYear = #{yearOnYear},
|
|
|
+ </if>
|
|
|
+ <if test="cityProportion != null and cityProportion != ''">
|
|
|
+ cityProportion = #{cityProportion},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ where id = #{id}
|
|
|
+ </update>
|
|
|
+
|
|
|
+
|
|
|
+ <insert id="add_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
+ insert into t_guiji_funeral_ashes_renew (
|
|
|
+ <include refid="global_name"></include>
|
|
|
+ year, month, economyType, number, yearOnYear, cityProportion)
|
|
|
+ values (
|
|
|
+ <include refid="global_value"></include>
|
|
|
+ #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <update id="update_guiji_funeral5" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
+ update t_guiji_funeral_ashes_renew
|
|
|
+ <trim prefix="SET" suffixOverrides=",">
|
|
|
+ <include refid="update_sql"></include>
|
|
|
+ <if test="year != null and year != ''">
|
|
|
+ year = #{year},
|
|
|
+ </if>
|
|
|
+ <if test="month != null and month != ''">
|
|
|
+ month = #{month},
|
|
|
+ </if>
|
|
|
+ <if test="economyType != null and economyType != ''">
|
|
|
+ economyType = #{economyType},
|
|
|
+ </if>
|
|
|
+ <if test="number != null and number != ''">
|
|
|
+ number = #{number},
|
|
|
+ </if>
|
|
|
+ <if test="yearOnYear != null and yearOnYear != ''">
|
|
|
+ yearOnYear = #{yearOnYear},
|
|
|
+ </if>
|
|
|
+ <if test="cityProportion != null and cityProportion != ''">
|
|
|
+ cityProportion = #{cityProportion},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ where id = #{id}
|
|
|
+ </update>
|
|
|
+
|
|
|
+
|
|
|
+ <insert id="add_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
+ insert into t_guiji_funeral_ashes_remove (
|
|
|
+ <include refid="global_name"></include>
|
|
|
+ year, month, economyType, number, yearOnYear, cityProportion)
|
|
|
+ values (
|
|
|
+ <include refid="global_value"></include>
|
|
|
+ #{year}, #{month}, #{economyType}, #{number}, #{yearOnYear}, #{cityProportion})
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <update id="update_guiji_funeral6" parameterType="com.sooka.model.bo.Guiji_funeral4_ashes_storage_Bean">
|
|
|
+ update t_guiji_funeral_ashes_remove
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<include refid="update_sql"></include>
|
|
|
<if test="year != null and year != ''">
|