Browse Source

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

mac 2 years ago
parent
commit
ce8e5b62bf

+ 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