Parcourir la source

[审批][修改][修改账单显示问题]

release_toaliyun_real
luozukai il y a 7 ans
Parent
révision
1946cc9a99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Voir le fichier

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


Chargement…
Annuler
Enregistrer