fix(企标稽查): 81123

This commit is contained in:
yjz
2024-01-22 18:36:25 +08:00
parent 959e840746
commit 39260ae797
@@ -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);