标准解读流程 over !!!

This commit is contained in:
yuezhihang
2021-08-06 14:06:41 +08:00
parent 12458dae4f
commit 5bbb7785be
@@ -65,7 +65,7 @@ public class DeptApplayAfter implements TaskListener{
//结果数据
SarInterpretationNationalStandard standard=new SarInterpretationNationalStandard();
standard.setStandId(object.getString("standId"));
standard.setStandSort("");//GB 需要前端传
standard.setStandType(object.getString("standInData"));//GB 需要前端传
standard.setStandName(object.getString("itemsName"));
standard.setComparedWithPrevious(os.getString("changePoint"));
standard.setCoreTechnicalRequirement(os.getString("technicalRequir"));
@@ -73,7 +73,7 @@ public class DeptApplayAfter implements TaskListener{
standard.setCreationTime(object.getDate("creationTime"));
standard.setLastVersionNumber(object.getString("itemsNum1"));
standard.setComplianceState(os.getString("complianceState"));
standard.setSpecificItem(object.getString(""));
standard.setSpecificItem(os.getString("itemsNum"));
standard.setStandNumber(object.getString("itemsNum"));
standard.setInterpretationTime(delegateTask.getCreateTime());
standards.add(standard);
@@ -134,6 +134,5 @@ public class DeptApplayAfter implements TaskListener{
busBean.saveOrUpdate(one2);
}
}
// throw new ActivitiException("最后一步啦啦啦啦啦啦啦啦啦");
}
}