傅行帆 5 years ago
parent
commit
cd8e946e41

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/TaOfficeContactController.java View File

111
             taOfficeContact.setEmail(request.getParameter("email"));
111
             taOfficeContact.setEmail(request.getParameter("email"));
112
             taOfficeContact.setName(request.getParameter("name"));
112
             taOfficeContact.setName(request.getParameter("name"));
113
             taOfficeContact.setPhone(request.getParameter("phone"));
113
             taOfficeContact.setPhone(request.getParameter("phone"));
114
-            taOfficeContact.setStatus(CommConstant.STATUS_NORMAL);
114
+            taOfficeContact.setStatus(2);
115
             if (iTaOfficeContactService.save(taOfficeContact)){
115
             if (iTaOfficeContactService.save(taOfficeContact)){
116
                 responseBean.addSuccess(taOfficeContact);
116
                 responseBean.addSuccess(taOfficeContact);
117
             }else {
117
             }else {