xiaoyong931011
2023-05-26 9f335de3384f48c9021f49d44ba8f3925fdb114c
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>