This commit is contained in:
2023-07-08 11:42:33 +08:00
parent fceaeb4ba5
commit 5bfdddf075
6 changed files with 13 additions and 6 deletions

View File

@@ -124,5 +124,6 @@
FROM `member_transaction_record`
where del_flag = '0'
and order_code = #{orderCode}
and action_type = #{actionType}
</select>
</mapper>