|
@@ -1378,7 +1378,7 @@ public class WorkContractInfoController extends BaseController {
|
|
|
workClientAttachments.addAll(workClientAttachmentList);
|
|
|
workContractInfo.setWorkAttachments(workClientAttachments);
|
|
|
}
|
|
|
- try{
|
|
|
+// try{
|
|
|
// 对不同环节的业务逻辑进行操作
|
|
|
List<User> users = null;
|
|
|
if ("bmzr".equals(taskDefKey)){
|
|
@@ -1401,9 +1401,9 @@ public class WorkContractInfoController extends BaseController {
|
|
|
String str = workContractInfoService.auditSave(workContractInfo, VarStr.CONTRACT_STATUS,users);
|
|
|
addMessage(redirectAttributes, str);
|
|
|
}
|
|
|
- }catch (Exception e){
|
|
|
- addMessage(redirectAttributes, "审批失败");
|
|
|
- }
|
|
|
+// }catch (Exception e){
|
|
|
+// addMessage(redirectAttributes, "审批失败");
|
|
|
+// }
|
|
|
if (StringUtils.isNotBlank(workContractInfo.getHome()) && "home".equals(workContractInfo.getHome())){
|
|
|
return "redirect:" + Global.getAdminPath() + "/home/?repage";
|
|
|
}else {
|