Your Name 3 anos atrás
pai
commit
03ea5b41ca

+ 1
- 1
src/main/java/com/yunzhi/marketing/xlk/controller/ChannelCustomerController.java Ver arquivo

@@ -276,7 +276,7 @@ public class ChannelCustomerController extends BaseController {
276 276
         QueryWrapper<TaCustomerFollowUpRecord> queryWrapper = new QueryWrapper<>();
277 277
         queryWrapper.eq("customer_id", customerId);
278 278
         queryWrapper.like("record_type", "%跟进%");
279
-        queryWrapper.last(" and DATE_FORMAT(create_date. '%Y-%m-$d') = '"+ DateUtils.today() +"'");
279
+        queryWrapper.last(" and DATE_FORMAT(create_date, '%Y-%m-$d') = '"+ DateUtils.today() +"'");
280 280
         int num = iTaCustomerFollowUpRecordService.count(queryWrapper);
281 281
 
282 282
         Map<String, Object> rtn = new HashMap<>();