灌溉逻辑+修改充值记录接口添加了时间检索
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
<select id="selectNgCardSwipeRecordsList" parameterType="NgCardSwipeRecords" resultMap="NgCardSwipeRecordsResult">
|
||||
<include refid="selectNgCardSwipeRecordsVo"/>
|
||||
<where>
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user