Compare commits

...

2 Commits

Author SHA1 Message Date
fl 3ede74352f Merge remote-tracking branch 'origin/main'
# Conflicts:
#	app/src/main/java/com/bonus/gzvis/app/util/WorkConfig.java
2025-06-19 15:57:33 +08:00
hayu 0ed83f9c4b app 考勤审核 2025-06-19 15:56:27 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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/";