|
|
@@ -153,7 +153,7 @@ public class WorkflowAction extends ActionSupport implements ServletRequestAwar
|
|
|
bookingComment.setStatus("1");
|
|
|
}else {//审批拒绝
|
|
|
workflow1.setStatus(3);
|
|
|
- bookingComment.setStatus("2");
|
|
|
+ bookingComment.setStatus("3");
|
|
|
}
|
|
|
int n = bookingCommentService.update(bookingComment);
|
|
|
m = workflowService.update(workflow1);
|