|
|
@@ -8,7 +8,6 @@ import android.util.Log;
|
|
|
import android.view.Menu;
|
|
|
import android.view.MenuItem;
|
|
|
import android.view.View;
|
|
|
-import android.widget.EditText;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONArray;
|
|
|
@@ -304,7 +303,7 @@ public class BusinessAddActivity extends BaseActivity implements View.OnClickLis
|
|
|
"\"bc_from\":\"" + from + "\",\n" + //商机来源
|
|
|
"\"bc_nichehouse\":\"" + bc_nichehouse + "\",\n" + //商机库
|
|
|
"\"bc_currentprocess\":\"" + bc_currentprocess + "\",\n" + //当前阶段
|
|
|
- "\"bc_recorddate\":\"" + DateFormatUtil.getStrDate4Date(new Date(), "yyyy-MM-dd") + "\",\n" + //创建时间
|
|
|
+ "\"bc_recorddate\":\"" + DateFormatUtil.getStrDate4Date(new Date(), "yyyy-MM-dd HH:mm:ss") + "\",\n" + //创建时间
|
|
|
"\"bc_recorder\":\"" + bc_recorder + "\",\n" + //创建人
|
|
|
"\"bc_lastdate\":\"" + DateFormatUtil.getStrDate4Date(new Date(), "yyyy-MM-dd") + "\",\n" + //最后跟进时间
|
|
|
"\"bc_doman\":\"" + bc_doman + "\",\n" + //跟进人
|
|
|
@@ -313,7 +312,7 @@ public class BusinessAddActivity extends BaseActivity implements View.OnClickLis
|
|
|
"\"bc_address\":\"" + bc_address + "\",\n" + //地址
|
|
|
"\"bc_contact\":\"" + bc_contact + "\",\n" + //联系人
|
|
|
"\"bc_position\":\"" + bc_position + "\",\n" + //职位
|
|
|
- "\"bt_tel\":\"" + bt_tel + "\"\n" + //电话
|
|
|
+ "\"bc_tel\":\"" + bt_tel + "\"\n" + //电话
|
|
|
/* "\"bc_type\":\"" + bc_type + "\",\n" + //商机类型*/
|
|
|
"}";
|
|
|
Log.i(TAG, "sendHttpResquest:" + formStore);
|