| | |
| | | standardProductList.setSample(standardTree.getSample()); |
| | | standardProductList.setModel(standardTree.getModel()); |
| | | standardProductList.setStandardMethodListId(standardMethod.getId()); |
| | | standardProductList.setState(1); |
| | | standardProductList.setState(0); |
| | | standardProductList.setId(null); |
| | | standardProductList.setCreateUser(null); |
| | | standardProductList.setCreateTime(null); |
| | |
| | | pl2.setUpdateTime(LocalDateTime.now()); |
| | | pl2.setId(pl1.getId()); |
| | | pl2.setSample(tree.getSample()); |
| | | pl2.setDic(pl1.getDic()); |
| | | //如果标准库里面的要求有值则不更新,要求为null则同步更新 |
| | | if (ObjectUtils.isNotEmpty(pl1.getAsk())){ |
| | | pl2.setAsk(null); |
| | |
| | | pl2.setSample(tree.getSample()); |
| | | pl2.setModel(tree.getModel()); |
| | | pl2.setStandardMethodListId(sl1.getId()); |
| | | pl2.setState(1); |
| | | pl2.setState(0); |
| | | pl2.setId(null); |
| | | pl2.setCreateUser(null); |
| | | pl2.setCreateTime(null); |
| | |
| | | standardProductList.setSample(tree.getSample()); |
| | | standardProductList.setModel(tree.getModel()); |
| | | standardProductList.setStandardMethodListId(sl2.getId()); |
| | | standardProductList.setState(1); |
| | | standardProductList.setState(0); |
| | | standardProductList.setId(null); |
| | | standardProductList.setCreateUser(null); |
| | | standardProductList.setCreateTime(null); |