|
@@ -718,7 +718,7 @@ public class BatchServiceImpl implements IBatchService {
|
|
|
QueryWrapper<KuaiShouCreative> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("account_id", accountId);
|
|
|
queryWrapper.eq("unit_id", copyUnitId);
|
|
|
- // queryWrapper.eq("status", 52);
|
|
|
+ queryWrapper.eq("status", 52);
|
|
|
List<KuaiShouCreative> creativeList = creativeMapper.selectList(queryWrapper);
|
|
|
if (!Check.isNull(creativeList)) {
|
|
|
for (KuaiShouCreative creative : creativeList) {
|