修改刷卡记录、充值记录、充值、灌溉记录、用户充值卡信息的权限;取消充值时对用户卡是否存在的验证
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user