Просмотр исходного кода

fix cashout

release_toaliyun_real
xiaohanzi 5 лет назад
Родитель
Сommit
754c7fbc4d
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить