fix(企标稽查): 81123
This commit is contained in:
+4
@@ -466,6 +466,10 @@ public class EsInspectPlanFlowServiceImpl implements IEsInspectPlanFlowService {
|
||||
EnterpriseStandardInspect enterpriseStandardInspect = new EnterpriseStandardInspect();
|
||||
// 属性拷贝
|
||||
BeanUtils.copyProperties(processEsInspectPlan, enterpriseStandardInspect);
|
||||
enterpriseStandardInspect.setCreateTime(null);
|
||||
enterpriseStandardInspect.setUpdateTime(null);
|
||||
enterpriseStandardInspect.setCreateBy(null);
|
||||
enterpriseStandardInspect.setUpdateBy(null);
|
||||
enterpriseStandardInspect.setProcessEsInspectPlanId(processEsInspectPlan.getId());
|
||||
// 稽查状态
|
||||
enterpriseStandardInspect.setInspectStatus(EsInspectPlanCommon.INSPECT_STATUS_1);
|
||||
|
||||
Reference in New Issue
Block a user