Explorar el Código

[合同][修改][优化合同需求]

release_toaliyun_real
luozukai hace 7 años
padre
commit
976fff4aa0
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +2
    -0
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

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

@@ -167,6 +167,7 @@
<if test=" null != receivePay ">,receive_pay = #{receivePay},owe=#{receivePay}</if>
<if test=" null != comments ">,comments = #{comments}</if>
<if test=" null != receiveDate ">,receive_date = #{receiveDate}</if>
<if test="0 == receivePay">,status = 3,pay_date=now()</if>
where id = #{id}
</update>



+ 2
- 0
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Ver fichero

@@ -167,6 +167,8 @@
<if test=" null != receivePay ">,receive_pay = #{receivePay}</if>
<if test=" null != comments ">,comments = #{comments}</if>
<if test=" null != receiveDate ">,receive_date = #{receiveDate}</if>
<if test="0 == receivePay">,status = 3,pay_date=now()</if>

where id = #{id}
</update>



Cargando…
Cancelar
Guardar