springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml
@@ -19,6 +19,7 @@ id, merchant_id, community_id, (select vm.name from volunteer_merchant as vm where volunteer_merchant_withdraw.merchant_id=vm.id) as merchantName, withdraw_integral, creation_time, update_time, @@ -128,7 +129,7 @@ <update id="dispose" parameterType="String"> update volunteer_merchant_withdraw set dispose_time=sysdate() where id=#{id} update volunteer_merchant_withdraw set dispose_time=sysdate(),dispose_type='1' where id=#{id} </update> </mapper>