Browse Source

提交类型 处理bug
提交内容 1.抢商机的闪退bug,起因是在itemClick里面没有判断,数组越界
2.审批界面,恢复原有的配置,由于后台的要求,修改参数,最后发现是错误的
3.一元捐多项修改
4.补卡申述时候在出错了时候系统返回的是200导致无法获取异常信息的问题
5.处理在切换账套时候,没有更新外勤的配置信息bug

冲突:无

Bitliker 8 years ago
parent
commit
15b1dc533f

+ 3 - 3
WeiChat/version.properties

@@ -1,5 +1,5 @@
-#Wed Dec 13 15:18:55 CST 2017
-debugName=143
+#Wed Dec 13 15:38:16 CST 2017
+debugName=144
 versionName=618
-debugCode=143
+debugCode=144
 versionCode=157

+ 5 - 1
app_modular/apptasks/src/main/java/com/modular/apptasks/presenter/AutoPresenter.java

@@ -4,6 +4,8 @@ import android.content.BroadcastReceiver;
 import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
+import android.support.annotation.NonNull;
+import android.support.annotation.Nullable;
 import android.support.v4.content.LocalBroadcastManager;
 
 import com.alibaba.fastjson.JSON;
@@ -56,6 +58,7 @@ public class AutoPresenter {
 		reckonWork(true);
 		reckonMission(true);
 		CommonInterface.getInstance().judgeManager(null);
+		CommonInterface.getInstance().getOutSetInfo(null);
 	}
 
 
@@ -87,9 +90,10 @@ public class AutoPresenter {
 					}
 					break;
 				case AppConstant.UPDATA_ERP_CHANGE://账套改变
+					CommonInterface.getInstance().getOutSetInfo(null);
+					CommonInterface.getInstance().judgeManager(null);
 					reckonWork(true);
 					reckonMission(true);
-					CommonInterface.getInstance().judgeManager(null);
 					break;
 				case AppConstant.CHANGE_MISSION_TASK:
 					if (intent.getBooleanExtra(AppConstant.CHANGE_MISSION_TASK, true)) {