Your Name 3 년 전
부모
커밋
03ea5b41ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/yunzhi/marketing/xlk/controller/ChannelCustomerController.java

+ 1
- 1
src/main/java/com/yunzhi/marketing/xlk/controller/ChannelCustomerController.java 파일 보기

@@ -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<>();