自动化立体仓库 - WMS系统
zjj
2023-09-09 99e4035bdb26ff8f5cf0e6bb911f1cdb3a2dd290
src/main/resources/mapper/LocDetlMapper.xml
@@ -645,8 +645,6 @@
        ) warn ON locd.matnr = warn.matnr
        WHERE
        DATEDIFF( DAY, create_time, GETDATE( ) ) > inventory_age_max
        OR count_anfme > inventory_max
        OR count_anfme < inventory_min
        ) t
        WHERE
        1 = 1
@@ -694,17 +692,11 @@
        ) warn ON locd.matnr = warn.matnr
        WHERE
        DATEDIFF( DAY, create_time, GETDATE( ) ) > inventory_age_max
        OR count_anfme > inventory_max
        OR count_anfme < inventory_min
        ) t
        WHERE
        1 = 1
        <include refid="selectAllWarningSql"></include>
        ) a
    </select>