guoshilong
2023-11-05 cda883654e5d079dd2b95778db391248edce3a99
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/damSecurity/mapper/DamSecurityMapper.xml
@@ -1317,6 +1317,13 @@
        <if test="vo.engScal != null and vo.engScal !='' ">
            AND arb."eng_scal" = #{vo.engScal}
        </if>
        <if test="vo.resCds != null and vo.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>
@@ -1422,7 +1429,7 @@
            AND arb."eng_scal" = #{vo.engScal}
        </if>
        <if test="vo.resCds != null and resCds != ''">
        <if test="vo.resCds != null and vo.resCds != ''">
            AND NAG.dam_id in
            <foreach collection="vo.resCds.split(',')" item="item" index="index" open="(" separator="," close=")">
                #{item}