Compare commits

..

2 Commits

Author SHA1 Message Date
liang.chao 6ef5b3693a Merge branch 'lc20240816' 2024-08-16 15:55:00 +08:00
liang.chao 0247e3e407 结算代码提交 2024-08-16 15:54:39 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateTrimDay"> <update id="updateTrimDay">
update slt_agreement_info update slt_agreement_info
<set> <set>
<if test="trimDay != null and trimDay != ''"> <if test="trimDay != null">
trim_day = #{trimDay}, trim_day = #{trimDay},
</if> </if>
<if test="endTime != null and endTime != ''"> <if test="endTime != null and endTime != ''">