|
|
@@ -388,7 +388,9 @@ public class BusinessDetailActivty extends BaseActivity {
|
|
|
Log.i(TAG, "handleMessage:" + msg.getData().getString("result"));
|
|
|
progressDialog.dismiss();
|
|
|
ToastMessage("抢商机成功!");
|
|
|
- startActivity(new Intent(ct, BusinessActivity.class));
|
|
|
+ sendHttpResquest(Constants.HTTP_SUCCESS_INIT, page = 1);
|
|
|
+// startActivity(new Intent(ct, BusinessActivity.class));
|
|
|
+// finish();
|
|
|
break;
|
|
|
case BUSINESS_FENPEI:
|
|
|
progressDialog.dismiss();
|
|
|
@@ -427,8 +429,8 @@ public class BusinessDetailActivty extends BaseActivity {
|
|
|
params.put("condition", "nvl(bc_status,' ')<>'已失效' and nvl(bc_doman,' ')=' ' and bc_nichehouse in (select bd_name from BusinessDataBase where bd_admincode=" +
|
|
|
"'" + CommonUtil.getSharedPreferences(ct, "erp_username") + "')");
|
|
|
} else if (type == 3) {//商机列表
|
|
|
- params.put("condition", "bc_currentprocess='" + business_steps + "' and bc_domancode='"+
|
|
|
- CommonUtil.getSharedPreferences(ct,"erp_username")+"'");
|
|
|
+ params.put("condition", "bc_currentprocess='" + business_steps + "' and bc_domancode='" +
|
|
|
+ CommonUtil.getSharedPreferences(ct, "erp_username") + "'");
|
|
|
} else {//跟进
|
|
|
params.put("condition", "(bc_type='公有' or nvl(bc_type,' ')=' ')");
|
|
|
}
|