修改刷卡记录、充值记录、充值、灌溉记录、用户充值卡信息的权限;取消充值时对用户卡是否存在的验证

This commit is contained in:
2025-01-06 11:05:35 +08:00
parent 77216fb4c1
commit 92f5863df3
5 changed files with 13 additions and 7 deletions

View File

@ -48,7 +48,7 @@
<if test="userId != null "> and user_id = #{userId}</if>
<if test="deviceNumber != null and deviceNumber != ''"> and device_number = #{deviceNumber}</if>
<if test="cardSwipeType != null "> and card_swipe_type = #{cardSwipeType}</if>
card_number = #{cardNumber}
<if test="cardNumber != null "> and card_number = #{cardNumber} </if>
<if test="deptId != null "> and dept_id = #{deptId}</if>
<if test="cardSwipeTime != null "> and card_swipe_time = #{cardSwipeTime}</if>
<if test="amountDue != null "> and amount_due = #{amountDue}</if>