Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -570,6 +570,7 @@ public class ContractDistributorStandardServiceImpl extends | @@ -570,6 +570,7 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 570 | if (!StringUtil.isBlank(updateContractStdProcessingLineVo.getMaterialCode())) { | 570 | if (!StringUtil.isBlank(updateContractStdProcessingLineVo.getMaterialCode())) { |
| 571 | createContractStdProcessingLineVo.setMaterialCode(updateContractStdProcessingLineVo.getMaterialCode()); | 571 | createContractStdProcessingLineVo.setMaterialCode(updateContractStdProcessingLineVo.getMaterialCode()); |
| 572 | } | 572 | } |
| 573 | + createContractStdProcessingLineVo.setSampleOrder(updateContractStdProcessingLineVo.getSampleOrder()); | ||
| 573 | 574 | ||
| 574 | contractStdProcessingLineService.create(createContractStdProcessingLineVo); | 575 | contractStdProcessingLineService.create(createContractStdProcessingLineVo); |
| 575 | } | 576 | } |
| @@ -624,6 +625,7 @@ public class ContractDistributorStandardServiceImpl extends | @@ -624,6 +625,7 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 624 | createContractDistributorLineVo.setLengthTolNeg(updateContractDistributorLineVo.getLengthTolNeg()); | 625 | createContractDistributorLineVo.setLengthTolNeg(updateContractDistributorLineVo.getLengthTolNeg()); |
| 625 | createContractDistributorLineVo.setItemId(updateContractDistributorLineVo.getItemId()); | 626 | createContractDistributorLineVo.setItemId(updateContractDistributorLineVo.getItemId()); |
| 626 | createContractDistributorLineVo.setMaterialCode(updateContractDistributorLineVo.getMaterialCode()); | 627 | createContractDistributorLineVo.setMaterialCode(updateContractDistributorLineVo.getMaterialCode()); |
| 628 | + createContractDistributorLineVo.setSampleOrder(updateContractDistributorLineVo.getSampleOrder()); | ||
| 627 | 629 | ||
| 628 | contractDistributorLineService.create(createContractDistributorLineVo); | 630 | contractDistributorLineService.create(createContractDistributorLineVo); |
| 629 | } | 631 | } |