|
@@ -618,7 +618,7 @@
|
|
|
<if test="organIdsStr != null and organIdsStr != ''">
|
|
|
AND FIND_IN_SET(tcs.organ_id_,#{organIdsStr})
|
|
|
</if>
|
|
|
- </select>
|
|
|
+ </select>K
|
|
|
<select id="queryInspectionItem" resultType="java.lang.Long">
|
|
|
SELECT DISTINCT ii.id_ FROM inspection_item ii
|
|
|
WHERE ii.times_ > planned_times_ AND ii.item_ = 'INSPECT' AND ii.memo_ IS NULL
|