qushaowei
2024-07-25 a7ecb4b14c2e5a56f425f46decc9c203580edd35
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">