Browse Source

Merge branch 'develop' of http://git.ycjcjy.com/marketing/services into develop

Your Name 3 years ago
parent
commit
9d78be73f3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/java/com/yunzhi/marketing/job/CustomerTimeJob.java

+ 1
- 0
src/main/java/com/yunzhi/marketing/job/CustomerTimeJob.java View File

@@ -26,6 +26,7 @@ public class CustomerTimeJob {
26 26
             e.setBuildingId(null);
27 27
             e.setRealtyConsultant(null);
28 28
             e.setRecommendPerson(null);
29
+            e.setEntryType(null);
29 30
         });
30 31
         taRecommendCustomerService.updateBatchById(list);
31 32
     }