1
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public class PEPDepartLeaderAfter implements TaskListener {
|
|||||||
sarStandUnqualified.setProductLine(o.getProductLine());
|
sarStandUnqualified.setProductLine(o.getProductLine());
|
||||||
sarStandUnqualified.setCloseState(1);
|
sarStandUnqualified.setCloseState(1);
|
||||||
sarStandUnqualified.setCreateTime(new Date());
|
sarStandUnqualified.setCreateTime(new Date());
|
||||||
sarStandUnqualified.setProductName(o.getStandName());
|
sarStandUnqualified.setProductName(o.getProjectName());
|
||||||
sarStandUnqualified.setQaEngineer(o.getQualityEngineer());
|
sarStandUnqualified.setQaEngineer(o.getQualityEngineer());
|
||||||
sarStandUnqualified.setAuthEngineer(o.getCertifiedEngineer());
|
sarStandUnqualified.setAuthEngineer(o.getCertifiedEngineer());
|
||||||
sarStandUnqualified.setDutyEngineer(o.getDistributePersonId());
|
sarStandUnqualified.setDutyEngineer(o.getDistributePersonId());
|
||||||
|
|||||||
Reference in New Issue
Block a user