Commit 591cffda authored by lisong's avatar lisong

修改bug

parent 2742b2dc
......@@ -1303,7 +1303,7 @@
LEFT JOIN p_point_classify ppc on pci.point_classify_id = ppc.id
)AS unqualified,
(
SELECT COUNT(1) FROM p_point_classify
SELECT COUNT(DISTINCT(equipment_id)) FROM p_point_classify
WHERE id not in(SELECT DISTINCT(point_classify_id) FROM p_check_input
WHERE org_code = #{orgCode} and create_date
between #{startTime} and #{endTime})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment