|
@@ -209,8 +209,12 @@ public class AitableController {
|
|
|
if(StringUtils.isNotEmpty(aiTableOpportunityStage)){
|
|
if(StringUtils.isNotEmpty(aiTableOpportunityStage)){
|
|
|
fields.put("LQF6OWD",aiTableOpportunityStage); //商机阶段 - S1~3【商机进度】
|
|
fields.put("LQF6OWD",aiTableOpportunityStage); //商机阶段 - S1~3【商机进度】
|
|
|
}
|
|
}
|
|
|
- fields.put("VBsHxPE",Long.parseLong(yidaActualOrderDate)); //实际成单日期 - S3【销售数据】
|
|
|
|
|
- fields.put("MYBeHPG",Double.parseDouble(yidaOrderAmount)); //订单金额 - S2~3【销售数据】
|
|
|
|
|
|
|
+ if(StringUtils.isNotEmpty(yidaActualOrderDate)){
|
|
|
|
|
+ fields.put("VBsHxPE",Long.parseLong(yidaActualOrderDate)); //实际成单日期 - S3【销售数据】
|
|
|
|
|
+ }
|
|
|
|
|
+ if(StringUtils.isNotEmpty(yidaOrderAmount)){
|
|
|
|
|
+ fields.put("MYBeHPG",Double.parseDouble(yidaOrderAmount)); //订单金额 - S2~3【销售数据】
|
|
|
|
|
+ }
|
|
|
aitableService.updateSys1SaleData(aitableId,fields);
|
|
aitableService.updateSys1SaleData(aitableId,fields);
|
|
|
}
|
|
}
|
|
|
return McR.success();
|
|
return McR.success();
|