结算代码提交
This commit is contained in:
parent
012ae95238
commit
0247e3e407
|
|
@ -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 != ''">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue