|
|
|
@ -635,6 +635,7 @@ public class PlcService {
|
|
|
|
checkLog.setCreateTime(LocalDateTime.now());
|
|
|
|
checkLog.setCreateTime(LocalDateTime.now());
|
|
|
|
checkLog.setCategory(dataInfo.getTypeNum());
|
|
|
|
checkLog.setCategory(dataInfo.getTypeNum());
|
|
|
|
checkLog.setCount(dataInfo.getQuantity());
|
|
|
|
checkLog.setCount(dataInfo.getQuantity());
|
|
|
|
|
|
|
|
|
|
|
|
checkLogMapper.insert(checkLog);
|
|
|
|
checkLogMapper.insert(checkLog);
|
|
|
|
|
|
|
|
|
|
|
|
Stock stock = stockMapper.getByStreetAndDirectionAndSideAndRowColumn(street.getId(), dataInfo.getFromDirection(), dataInfo.getFromSide(), dataInfo.getFromRow(), dataInfo.getFromColumn());
|
|
|
|
Stock stock = stockMapper.getByStreetAndDirectionAndSideAndRowColumn(street.getId(), dataInfo.getFromDirection(), dataInfo.getFromSide(), dataInfo.getFromRow(), dataInfo.getFromColumn());
|
|
|
|
|