Ver código fonte

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

Your Name 3 anos atrás
pai
commit
9d78be73f3

+ 1
- 0
src/main/java/com/yunzhi/marketing/job/CustomerTimeJob.java Ver arquivo

@@ -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
     }