Compare commits
2 Commits
c9e82f27f7
...
3ede74352f
| Author | SHA1 | Date |
|---|---|---|
|
|
3ede74352f | |
|
|
0ed83f9c4b |
|
|
@ -441,8 +441,8 @@ public class AttendanceExamineFragment extends BaseFragment {
|
|||
try {
|
||||
JSONObject jsonObject = new JSONObject(result);
|
||||
try {
|
||||
String status = jsonObject.getString("resMsg");
|
||||
if ("success".equals(status)) {
|
||||
int status = jsonObject.getInt("res");
|
||||
if (status == 1) {
|
||||
list.remove(i);
|
||||
i--;
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ public class WorkConfig {
|
|||
/** 正式库 */
|
||||
// protected static final String GZRAMA_URL = "http://140.210.209.102:1919/hnAma/";
|
||||
// protected static final String GZRAMA_URL = "http://116.63.172.211:1919/hnAma/"; // 正式环境
|
||||
protected static final String GZRAMA_URL = "http://192.168.0.137:1917/hnAma/"; // 方亮
|
||||
// protected static final String GZRAMA_URL = "http://192.168.0.14:1917/hnAma/"; // 测试环境
|
||||
// protected static final String GZRAMA_URL = "http://192.168.0.137:1917/hnAma/"; // 方亮
|
||||
protected static final String GZRAMA_URL = "http://192.168.0.14:1917/hnAma/"; // 测试环境
|
||||
// protected static final String GZRAMA_URL = "http://172.16.0.235:1919/hnAma/";
|
||||
//线上内测
|
||||
// protected static final String GZRAMA_URL = "http://122.9.137.129:1920/hnAma/";
|
||||
|
|
|
|||
Loading…
Reference in New Issue