guoshilong
2023-11-04 add51f9302430d60680ba0f6c2c494e141e40b80
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/damSecurity/mapper/DamSecurityMapper.xml
@@ -1421,6 +1421,13 @@
        <if test="vo.engScal != null and vo.engScal !='' ">
            AND arb."eng_scal" = #{vo.engScal}
        </if>
        <if test="vo.resCds != null and resCds != ''">
            AND NAG.dam_id in
            <foreach collection="vo.resCds.split(',')" item="item" index="index" open="(" separator="," close=")">
                #{item}
            </foreach>
        </if>
        ORDER BY NAG.TIME DESC
    </select>