Junjie
2024-04-19 c0b683ca5c119f485946340c7afba25ef65da988
src/main/resources/mapper/LocMastMapper.xml
@@ -89,7 +89,7 @@
        <foreach item="loc" collection="locNos" index="index"  separator="," open="(" close=")">
            #{loc}
        </foreach>
        and loc_sts not in ('O','P')
        and loc_sts not in ('O')
        order by row1
    </select>
</mapper>