|
|
|
@ -289,7 +289,7 @@ public class FunctionServiceImpl implements FunctionService { |
|
|
|
} |
|
|
|
} |
|
|
|
functionMapper.updateHunlianHouseWareFlag(inData); |
|
|
|
functionMapper.saveStockPrint(productionWarehouseData); |
|
|
|
// functionMapper.saveStockPrint(productionWarehouseData); |
|
|
|
functionMapper.savePrintInfo(productionWarehouseData); |
|
|
|
return R.ok().put("code", "200").put("msg", "入库成功!"); |
|
|
|
}else { |
|
|
|
@ -315,7 +315,7 @@ public class FunctionServiceImpl implements FunctionService { |
|
|
|
throw new RuntimeException(String.valueOf(map.get("result_msg"))); |
|
|
|
} |
|
|
|
functionMapper.updateHunlianHouseWareFlag(inData); |
|
|
|
functionMapper.saveStockPrint(productionWarehouseData); |
|
|
|
// functionMapper.saveStockPrint(productionWarehouseData); |
|
|
|
functionMapper.savePrintInfo(productionWarehouseData); |
|
|
|
return R.ok().put("code", "200").put("msg", "入库成功!"); |
|
|
|
} |
|
|
|
|