lyh
2025-06-30 0843d9fa608a6d319d9d1c37860a0f16ce263a19
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/DailyInspectionStandardMapper.xml
@@ -57,6 +57,12 @@
        <if test="versionStatus == 'null' ">
            and t1.version_status='2'
        </if>
        <if test="workCenterIds != null">
            and t2.work_center_id in
            <foreach collection="workCenterIds" open="(" separator="," close=")" item="workCenterId">
                #{workCenterId}
            </foreach>
        </if>
        ORDER BY t1.create_time desc
    </select>
    <select id="getInspectionStandardMapList" resultType="java.util.Map">