Explorar o código

评论审批拒绝后评论状态修改为3

lijie %!s(int64=2) %!d(string=hai) anos
pai
achega
0e72e04157
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mhotel/src/com/happy/action/WorkflowAction.java

+ 1 - 1
mhotel/src/com/happy/action/WorkflowAction.java

@@ -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);