|
@@ -53,7 +53,7 @@ public class AiBytedanceAdDplinkInfoServiceImpl extends ServiceImpl<AiBytedanceA
|
|
|
Date date = new Date();
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String format = sdf.format(date);
|
|
|
- //queryWrapper.ge("status",1);
|
|
|
+ queryWrapper.eq("account_id",accountId);
|
|
|
queryWrapper.ge("create_time",format);
|
|
|
return aiBytedanceAdDplinkInfoMapper.selectCount(queryWrapper);
|
|
|
|