Compare commits
2 Commits
12a953ea90
...
6ef5b3693a
| Author | SHA1 | Date |
|---|---|---|
|
|
6ef5b3693a | |
|
|
0247e3e407 |
|
|
@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<update id="updateTrimDay">
|
||||
update slt_agreement_info
|
||||
<set>
|
||||
<if test="trimDay != null and trimDay != ''">
|
||||
<if test="trimDay != null">
|
||||
trim_day = #{trimDay},
|
||||
</if>
|
||||
<if test="endTime != null and endTime != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue