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