Przeglądaj źródła

fix cashout

release_toaliyun_real
xiaohanzi 5 lat temu
rodzic
commit
754c7fbc4d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml Wyświetl plik

@@ -92,6 +92,9 @@
<update id="updateStatus" parameterType="com.iformall.domain.po.WxCashOut"> <update id="updateStatus" parameterType="com.iformall.domain.po.WxCashOut">
update wx_cash_out update wx_cash_out
set `status` = #{status}, set `status` = #{status},
<if test=" null != failRemark and '' != failRemark">
`fail_remark` = #{failRemark},
</if>
`update_date` = #{updateDate} `update_date` = #{updateDate}
where id=#{id} where id=#{id}
<if test=" null != tenantId and '' != tenantId"> <if test=" null != tenantId and '' != tenantId">


Ładowanie…
Anuluj
Zapisz