|
@@ -319,6 +319,7 @@ public class TaBuildingDynamicController extends BaseController {
|
319
|
319
|
TaRecommendCustomer recommendCustomer = recommendCustomerService.getOne(customerQueryWrapper);
|
320
|
320
|
if (recommendCustomer.getStatus() < CommConstant.CUSTOMER_VISITE){
|
321
|
321
|
recommendCustomer.setStatus(CommConstant.CUSTOMER_VISITE);
|
|
322
|
+ recommendCustomer.setArrivalDate(LocalDateTime.now());
|
322
|
323
|
recommendCustomerService.updateById(recommendCustomer);
|
323
|
324
|
}
|
324
|
325
|
Integer rulePoints = taPointsRecordsService.getRulePoints(CommConstant.POINTS_CHANGE_ACTIVITY_CHECKIN, getOrgId(request));
|