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; // 轻货 } }