|
@@ -111,7 +111,7 @@ public class TaOfficeContactController extends BaseController {
|
111
|
111
|
taOfficeContact.setEmail(request.getParameter("email"));
|
112
|
112
|
taOfficeContact.setName(request.getParameter("name"));
|
113
|
113
|
taOfficeContact.setPhone(request.getParameter("phone"));
|
114
|
|
- taOfficeContact.setStatus(CommConstant.STATUS_NORMAL);
|
|
114
|
+ taOfficeContact.setStatus(2);
|
115
|
115
|
if (iTaOfficeContactService.save(taOfficeContact)){
|
116
|
116
|
responseBean.addSuccess(taOfficeContact);
|
117
|
117
|
}else {
|