Compare commits
5 Commits
1c217b05ab
...
101bbf11d3
| Author | SHA1 | Date |
|---|---|---|
|
|
101bbf11d3 | |
|
|
e9719bd012 | |
|
|
e47d9eda1e | |
|
|
50c84eb11e | |
|
|
49738114fc |
|
|
@ -620,9 +620,7 @@
|
|||
</trim>
|
||||
<trim prefix="pay_end_date =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.payEndDate!=null">
|
||||
when id=#{item.id} then #{item.payEndDate}
|
||||
</if>
|
||||
when id=#{item.id} then #{item.payEndDate}
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="update_time =case" suffix="end,">
|
||||
|
|
@ -650,9 +648,7 @@
|
|||
<if test="item.payStartDate != null">
|
||||
pay_start_date=#{item.payStartDate},
|
||||
</if>
|
||||
<if test="item.payEndDate != null">
|
||||
pay_end_date=#{item.payEndDate},
|
||||
</if>
|
||||
</set>
|
||||
WHERE id = #{item.id} AND delete_type = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue