|
@@ -171,6 +171,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
171
|
171
|
taRecommendCustomer.setReportRecommendStatus(CommConstant.RECOMMENDED);
|
172
|
172
|
taRecommendCustomer.setCreateDate(LocalDateTime.now());
|
173
|
173
|
taRecommendCustomer.setReportDate(LocalDateTime.now());
|
|
174
|
+ taRecommendCustomer.setOrgId(orgId);
|
174
|
175
|
|
175
|
176
|
// 时间格式 yyyy-MM-dd
|
176
|
177
|
String at = params.getString("appointmentTime");
|