Junjie
2023-12-18 05f8bdf7e09849c1db885b6c996ad18280d130b3
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 != 'O'
        and loc_sts not in ('O','P')
        order by row1
    </select>
</mapper>