pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeCardOperateMapper.xml
@@ -344,10 +344,6 @@ <if test = "cashierId != null and cashierId > 0"> AND cashierId = #{cashierId} </if> <if test = "tradeTime != null"> AND tradeTime = #{tradeTime} </if> </where> </select> @@ -368,9 +364,11 @@ </if> </where> ORDER BY tradeTime <if test="pageCurr != null and pageSize != null"> LIMIT #{pageCurr}, #{pageSize} </if> <trim prefix="limit "> <if test="start != null and count != null"> #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER} </if> </trim> </select> <!--根据指定条件获取开卡记录数量-->