浏览代码

商机跟进传递录入时间

RaoMeng 6 年之前
父节点
当前提交
066327b355

+ 3 - 3
WeiChat/version.properties

@@ -1,5 +1,5 @@
-#Mon Oct 28 17:13:04 CST 2019
+#Thu Nov 07 09:01:53 CST 2019
 debugName=972
-versionName=703
+versionName=704
 debugCode=972
-versionCode=257
+versionCode=258

+ 2 - 1
app_modular/appworks/src/main/java/com/uas/appworks/activity/businessManage/businessChangeStage/BusinessChangeStagePresenterImpl.java

@@ -3,6 +3,7 @@ package com.uas.appworks.activity.businessManage.businessChangeStage;
 import android.content.Context;
 import android.os.Bundle;
 
+import com.common.data.DateFormatUtil;
 import com.common.data.StringUtil;
 import com.core.app.MyApplication;
 import com.core.base.presenter.BaseMvpPresenter;
@@ -58,7 +59,7 @@ public class BusinessChangeStagePresenterImpl extends BaseMvpPresenter<BusinessC
                 "\"bcd_bccode\":\"" + bc_code + "\",\n" +
                 "\"bcd_remark\":\"" + remark + "\",\n" +
                 "\"bcd_leader\":\"" + "" + "\",\n" +
-                "\"bcd_date\":\"" + "" + "\",\n" +
+                "\"bcd_date\":\"" + DateFormatUtil.long2Str(DateFormatUtil.YMD) + "\",\n" +
                 "\"bcd_bsname\":\"" + nextStage.getBS_NAME() + "\",\n" +
                 "\"bcd_bscode\":\"" + nextStage.getBS_CODE() + "\",\n" +
                 "\"bcd_id\":\"" + nextStage.getBS_ID() + "\",\n" +