*
lsh
2025-11-05 f7549d786a572e344e8cd3e94a0827a8c219760b
src/main/resources/mapper/LocMastMapper.xml
@@ -42,8 +42,11 @@
    </resultMap>
    <sql id="batchSeq">
        <if test="locSts != null and locSts != ''">
            and LOC_STS = #{locSts}
        </if>
        <if test="locNo != null and locNo != ''">
            and LOC_NO like '%' + #{locNo} + '%'
            and LOC_NO = #{locNo}
        </if>
        <if test="whsType != null and whsType != 0">
            and WHS_TYPE = #{whsType}