KKSU
2024-02-29 85e204ffc471a73fd9cab58470f906e1ef3c13c4
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>