|
|
|
@@ -204,7 +204,7 @@ |
|
|
|
|
|
|
|
<update id="updateBills" parameterType="java.util.List"> |
|
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=";"> |
|
|
|
update wx_bill_rent |
|
|
|
update wx_bill_property |
|
|
|
<set> |
|
|
|
<if test=" null != item.receivePay ">updatetime = now(),receive_pay = #{item.receivePay},</if> |
|
|
|
<if test=" null != item.comments ">comments = #{item.comments},</if> |
|
|
|
|