|
|
@@ -272,13 +272,19 @@ public class AitableController {
|
|
|
fields.put("MYBeHPG",Double.parseDouble(yidaOrderAmount)); //订单金额 - S2~3【销售数据】
|
|
|
}
|
|
|
aitableService.updateSys1SaleData(aitableId,fields);
|
|
|
- }else if(yidaOrderAmount != null && !yidaOrderAmount.isEmpty()){ //成单预测
|
|
|
+ }
|
|
|
+
|
|
|
+ if(yidaOrderAmount != null && !yidaOrderAmount.isEmpty()){ //成单预测
|
|
|
fields.put("MYBeHPG",Double.parseDouble(yidaOrderAmount)); //订单金额 - S2~3【销售数据】
|
|
|
aitableService.updateSys1SaleData(aitableId,fields);
|
|
|
- }else if(yidaSaleProjectName != null && !yidaSaleProjectName.isEmpty()){ //项目名称
|
|
|
+ }
|
|
|
+
|
|
|
+ if(yidaSaleProjectName != null && !yidaSaleProjectName.isEmpty()){ //项目名称
|
|
|
fields.put("P3XtfD8",yidaSaleProjectName); //项目名称 - S1【基础】
|
|
|
aitableService.updateSys1SaleData(aitableId,fields);
|
|
|
- }else if(yidaGetRfqDate != null && !yidaGetRfqDate.isEmpty()){ //询报价日期或者客户跟进RFQ日期
|
|
|
+ }
|
|
|
+
|
|
|
+ if(yidaGetRfqDate != null && !yidaGetRfqDate.isEmpty()){ //询报价日期或者客户跟进RFQ日期
|
|
|
if(saleRecord.get("yidaGetRfqDate") != null){ //已有实际收到RFQ日期
|
|
|
//忽略
|
|
|
log.info("已有实际收到RFQ日期");
|