소스 검색

查询过期机具加上用户ID大于0

mac 2 년 전
부모
커밋
ce8e5b62bf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      kxs-product/kxs-product-biz/src/main/resources/mapper/KxsMachineMapper.xml

+ 1 - 0
kxs-product/kxs-product-biz/src/main/resources/mapper/KxsMachineMapper.xml

@@ -194,6 +194,7 @@
           b.pos_sn is null
           and a.del_flag = 0
           and a.status = 1
+          and a.user_id > 0
           and a.bind_status = 0
           and a.recycle_end_time < #{endDay}
           order by recycle_end_time desc