xiaoyong931011
2023-05-15 6c3d769fca47d6016b93cac350db6f38fa4d5772
src/main/resources/mapper/modules/MallMemberWithdrawMapper.xml
@@ -14,7 +14,7 @@
        select
               a.*
        from mall_member_withdraw_msg a
        where a.withdrawNo = #{withdrawNo}
        where a.withdraw_id = #{withdrawId}
    </select>
</mapper>