|
|
@@ -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" +
|