Ver a proveniência

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

release_toaliyun_real
luozukai há 7 anos
ascendente
cometimento
1946cc9a99
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Ver ficheiro

@@ -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>


Carregando…
Cancelar
Guardar