Junjie
2024-07-05 62dc1e0176a62e023a361b76f4f59fa073d9eb8f
zy-asrs-common/src/main/resources/mapper/wms/LocMastMapper.xml
@@ -10,6 +10,9 @@
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        <if test="whsType != null">
            and whs_type = #{whsType}
        </if>
        <if test="rowBeg != null">
            and row1 >= #{rowBeg}
        </if>