|
@@ -274,7 +274,7 @@ public class PurchContractSupplementApprovalServiceImpl extends ServiceImpl<Purc
|
|
|
} else if (approval.getApprovalConclusion().equals(ConstantConversionUtil.APPROVAL_RESULT_PASS)) {
|
|
|
if (approval.getSignMode() != null && approval.getSignMode() == 1){
|
|
|
String assigneeKey = ConstantUtil.PURCH_CONTRACT_CHANGE_SIGN_CONFIRM + ConstantUtil.ASSIGNEE;
|
|
|
- result = "线上";
|
|
|
+ result = "签署";
|
|
|
//供应商签署
|
|
|
procVariables.put(assigneeKey, admin.getId());
|
|
|
}else {
|