Преглед изворни кода

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

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
976fff4aa0
2 измењених фајлова са 3 додато и 0 уклоњено
  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 Прегледај датотеку

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




+ 2
- 0
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Прегледај датотеку

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

where id = #{id} where id = #{id}
</update> </update>




Loading…
Откажи
Сачувај