#
tqs
2024-05-18 d1fee2d2ac8f4bd510bf44f70aec743619712039
src/main/java/com/zy/common/model/LocTypeDto.java
@@ -29,10 +29,10 @@
    }
    public LocTypeDto(StaProtocol staProtocol) {
        if (!staProtocol.isWeight()) {
            this.locType1 = 1; // 轻货
        if (staProtocol.isWeight()) {
            this.locType1 = 1; // 重货
        } else {
            this.locType1 = 2; // 重货
            this.locType1 = 2; // 轻货
        }
    }