Commit c3df4895 authored by zhuangxinwei's avatar zhuangxinwei

修改时间修改不成功bug

parent 42b8cc03
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
<if test="community != null">community = #{community},</if> <if test="community != null">community = #{community},</if>
<if test="unit != null">unit = #{unit},</if> <if test="unit != null">unit = #{unit},</if>
<if test="zrTime != null">zr_time = #{zrTime},</if> <if test="zrTime != null">zr_time = #{zrTime},</if>
<if test="zcTime != null">zc_time = #{zcTime},</if> zc_time = #{zcTime},
<if test="glPlace != null">gl_place = #{glPlace},</if> <if test="glPlace != null">gl_place = #{glPlace},</if>
<if test="status != null">status = #{status},</if> <if test="status != null">status = #{status},</if>
<if test="delFlag != null">del_flag = #{delFlag},</if> <if test="delFlag != null">del_flag = #{delFlag},</if>
...@@ -245,8 +245,8 @@ ...@@ -245,8 +245,8 @@
<if test="isPositive != null">is_positive = #{isPositive},</if> <if test="isPositive != null">is_positive = #{isPositive},</if>
<if test="checkCard != null">check_card = #{checkCard},</if> <if test="checkCard != null">check_card = #{checkCard},</if>
<if test="peopleType != null">people_type = #{peopleType},</if> <if test="peopleType != null">people_type = #{peopleType},</if>
<if test="otherGldTime != null">other_gld_time = #{otherGldTime},</if> other_gld_time = #{otherGldTime},
<if test="otherFcTime != null">other_fc_time = #{otherFcTime},</if> other_fc_time = #{otherFcTime},
</trim> </trim>
where id = #{id} where id = #{id}
</update> </update>
......
...@@ -134,8 +134,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -134,8 +134,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="street != null">street = #{street},</if> <if test="street != null">street = #{street},</if>
<if test="community != null">community = #{community},</if> <if test="community != null">community = #{community},</if>
<if test="unit != null">unit = #{unit},</if> <if test="unit != null">unit = #{unit},</if>
<if test="fkTime != null">fk_time = #{fkTime},</if> fk_time = #{fkTime},
<if test="jfTime != null">jf_time = #{jfTime},</if> jf_time = #{jfTime},
<if test="status != null">status = #{status},</if> <if test="status != null">status = #{status},</if>
<if test="createBy != null">create_by = #{createBy},</if> <if test="createBy != null">create_by = #{createBy},</if>
<if test="createTime != null">create_time = #{createTime},</if> <if test="createTime != null">create_time = #{createTime},</if>
...@@ -149,8 +149,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -149,8 +149,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fkDetailed != null">fk_detailed = #{fkDetailed},</if> <if test="fkDetailed != null">fk_detailed = #{fkDetailed},</if>
<if test="fkHs != null">fk_hs = #{fkHs},</if> <if test="fkHs != null">fk_hs = #{fkHs},</if>
<if test="isJf != null">is_jf = #{isJf},</if> <if test="isJf != null">is_jf = #{isJf},</if>
<if test="realTime != null">real_time = #{realTime},</if> real_time = #{realTime},
<if test="hsTime != null">hs_time = #{hsTime},</if> hs_time = #{hsTime},
<if test="fkRs != null">fk_rs = #{fkRs},</if> <if test="fkRs != null">fk_rs = #{fkRs},</if>
</trim> </trim>
where id = #{id} where id = #{id}
......
...@@ -153,7 +153,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -153,7 +153,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="unitNo != null">unit_no = #{unitNo},</if> <if test="unitNo != null">unit_no = #{unitNo},</if>
<if test="houseNo != null">house_no = #{houseNo},</if> <if test="houseNo != null">house_no = #{houseNo},</if>
<if test="zrTime != null">zr_time = #{zrTime},</if> <if test="zrTime != null">zr_time = #{zrTime},</if>
<if test="zcTime != null">zc_time = #{zcTime},</if> zc_time = #{zcTime},
<if test="status != null">status = #{status},</if> <if test="status != null">status = #{status},</if>
<if test="delFlag != null">del_flag = #{delFlag},</if> <if test="delFlag != null">del_flag = #{delFlag},</if>
<if test="createBy != null">create_by = #{createBy},</if> <if test="createBy != null">create_by = #{createBy},</if>
...@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="remark != null">remark = #{remark},</if> <if test="remark != null">remark = #{remark},</if>
<if test="checkCard != null">check_card = #{checkCard},</if> <if test="checkCard != null">check_card = #{checkCard},</if>
<if test="committee != null">committee = #{committee},</if> <if test="committee != null">committee = #{committee},</if>
<if test="otherZrTime != null">other_zr_time = #{otherZrTime},</if> other_zr_time = #{otherZrTime},
</trim> </trim>
where id = #{id} where id = #{id}
</update> </update>
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<if test="cjPhone != null">cj_phone = #{cjPhone},</if> <if test="cjPhone != null">cj_phone = #{cjPhone},</if>
<if test="bblx != null">b_type = #{bblx},</if> <if test="bblx != null">b_type = #{bblx},</if>
<if test="laboratory != null">laboratory = #{laboratory},</if> <if test="laboratory != null">laboratory = #{laboratory},</if>
<if test="jcTime != null">jc_time = #{jcTime},</if> jc_time = #{jcTime},
<if test="rygx != null">rygx = #{rygx},</if> <if test="rygx != null">rygx = #{rygx},</if>
<if test="boxhao != null">boxhao = #{boxhao},</if> <if test="boxhao != null">boxhao = #{boxhao},</if>
<if test="status != null">status = #{status},</if> <if test="status != null">status = #{status},</if>
......
...@@ -266,8 +266,8 @@ ...@@ -266,8 +266,8 @@
<update id="updateYxry" parameterType="Yxry"> <update id="updateYxry" parameterType="Yxry">
update yxry update yxry
<trim prefix="SET" suffixOverrides=","> <trim prefix="SET" suffixOverrides=",">
<if test="sbDate != null">sb_date = #{sbDate},</if> sb_date = #{sbDate},
<if test="cyTime != null ">cy_time = #{cyTime},</if> cy_time = #{cyTime},
<if test="ldry != null">ldry = #{ldry},</if> <if test="ldry != null">ldry = #{ldry},</if>
<if test="userName != null">user_name = #{userName},</if> <if test="userName != null">user_name = #{userName},</if>
<if test="cardNo != null">card_no = #{cardNo},</if> <if test="cardNo != null">card_no = #{cardNo},</if>
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
<if test="isHome != null">is_home = #{isHome},</if> <if test="isHome != null">is_home = #{isHome},</if>
<if test="riskSource != null">risk_source = #{riskSource},</if> <if test="riskSource != null">risk_source = #{riskSource},</if>
<if test="userType != null">user_type = #{userType},</if> <if test="userType != null">user_type = #{userType},</if>
<if test="zyTime != null">zy_time = #{zyTime},</if> zy_time = #{zyTime},
<if test="checkCard != null">check_card = #{checkCard},</if> <if test="checkCard != null">check_card = #{checkCard},</if>
<if test="glName != null">gl_name = #{glName},</if> <if test="glName != null">gl_name = #{glName},</if>
<if test="fcName != null">fc_name = #{fcName},</if> <if test="fcName != null">fc_name = #{fcName},</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment