|
|
@@ -148,6 +148,8 @@ public class TmstruckSelfMachineService implements ITmstruckSelfMachineService {
|
|
|
//查询出库仓库
|
|
|
String inboundWarehouse = tmstruckLeaveFactoryResultMapper.getInboundWarehouse(DataChange.dataToBigDecimal(dateMap.get("saleMaterialIdOld")));
|
|
|
dateMap.put("inboundWarehouse",inboundWarehouse);
|
|
|
+ String inboundOutDate = tmstruckLeaveFactoryResultMapper.getInboundOutDate(DataChange.dataToBigDecimal(dateMap.get("saleMaterialIdOld")));
|
|
|
+ dateMap.put("inboundOutDate",inboundOutDate);
|
|
|
}
|
|
|
map.put("orderTimeFlag",rulesMapper.getVersionValue(15) == 1 ? 1 : null);
|
|
|
return map;
|