pang.jiabao
2024-12-23 d50dd7a141ea33b90dfe3227d94a00cf9c97d5b7
src/main/resources/mapper/LocMastMapper.xml
@@ -43,7 +43,7 @@
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
            and loc_type2 = #{locType1}
        </if>
        order by NEWID(),lev1 asc,bay1 asc
    </select>