Compare commits
No commits in common. "6ef5b3693ac4e700c919b01837d29f80fbf194a9" and "12a953ea905f6096947bdc7951d9db1c86ba1914" have entirely different histories.
6ef5b3693a
...
12a953ea90
|
|
@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<update id="updateTrimDay">
|
||||
update slt_agreement_info
|
||||
<set>
|
||||
<if test="trimDay != null">
|
||||
<if test="trimDay != null and trimDay != ''">
|
||||
trim_day = #{trimDay},
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue