lidongdong
2023-09-05 41a7147bdad38040a9a4cdc11c43ed2787c1f383
修改商家提现列表报错
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | 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>