|
|
@@ -677,8 +677,8 @@ public class FeedbackActivity extends BaseActivity implements View.OnClickListen
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String url = "http://192.168.253.252:8080/ERP/mobile/Commentsback_mobile.action";
|
|
|
-// String url = "http://218.18.115.198:8888/ERP/mobile/Commentsback_mobile.action"; // 正式账号
|
|
|
+// String url = "http://192.168.253.252:8080/ERP/mobile/Commentsback_mobile.action";
|
|
|
+ String url = "http://218.18.115.198:8888/ERP/mobile/Commentsback_mobile.action"; // 正式账号
|
|
|
String emname = CommonUtil.getSharedPreferences(ct, "erp_emname");
|
|
|
if (StringUtils.isEmpty(emname)) {
|
|
|
emname = MyApplication.getInstance().mLoginUser.getNickName().trim();
|
|
|
@@ -692,7 +692,7 @@ public class FeedbackActivity extends BaseActivity implements View.OnClickListen
|
|
|
" \"cb_kind\":\"问题\",\n" +
|
|
|
" \"cb_text\":\"" + mTextEdit.getText().toString() + "(来自ANDROID)"+"\",\n" +
|
|
|
" \"cb_date\":\"" + DateFormatUtil.getStrDate4Date(new Date(), "yyyy-MM-dd HH:mm:ss") + "\",\n" +
|
|
|
- " \"cb_person\":\"" + "吕全明" + "\",\n" +
|
|
|
+ " \"cb_person\":\"" + emname + "\",\n" +
|
|
|
" \"cb_tel\":\"" + MyApplication.getInstance().mLoginUser.getTelephone() + "\",\n" +
|
|
|
"}\n";
|
|
|
RequestParams params = new RequestParams();
|