Junjie
2023-11-30 c5a29b860b1488cccd64d688a6da57e4102af3bc
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>