fix: 加急工单入窑、分拣批次关系对应
This commit is contained in:
@@ -13,6 +13,7 @@ import org.nl.common.utils.CodeUtil;
|
||||
import org.nl.wms.ext.acs.service.dto.to.wms.ApplyDeviceDto;
|
||||
import org.nl.wms.ext.mes.service.WmsToMesService;
|
||||
import org.nl.wms.ext.mes.service.dao.mapper.MesRequestMapper;
|
||||
import org.nl.wms.sch.group.service.ISchBaseVehiclematerialgroupService;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
@@ -36,6 +37,8 @@ public class TestDemo {
|
||||
private MesRequestMapper mesRequestMapper;
|
||||
@Autowired
|
||||
private WmsToMesService wmsToMesService;
|
||||
@Autowired
|
||||
private ISchBaseVehiclematerialgroupService vehiclematerialgroupService;
|
||||
private static AtomicInteger countUp = new AtomicInteger(0); // 上层数量
|
||||
private static AtomicInteger countLower = new AtomicInteger(0); // 下层数量
|
||||
@Test
|
||||
@@ -184,4 +187,10 @@ public class TestDemo {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
void getVG() {
|
||||
String pcsn = vehiclematerialgroupService.getNowOrOldPcsnByVehicleCode("1031", "GTP");
|
||||
System.out.println(pcsn);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user