瀏覽代碼

查询过期机具加上用户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