Commit 551d045b by 兰国旗

laolan

parent 2b99c499
...@@ -254,5 +254,6 @@ class MediaaggregationDao extends Dao { ...@@ -254,5 +254,6 @@ class MediaaggregationDao extends Dao {
returnRes.total = tmpResultCount && tmpResultCount.length > 0 ? tmpResultCount[0].dataCount : 0; returnRes.total = tmpResultCount && tmpResultCount.length > 0 ? tmpResultCount[0].dataCount : 0;
return returnRes; return returnRes;
} }
} }
module.exports = MediaaggregationDao; module.exports = MediaaggregationDao;
\ No newline at end of file
...@@ -125,6 +125,7 @@ class MediaaggregationSve { ...@@ -125,6 +125,7 @@ class MediaaggregationSve {
var res = await mediaaggregationDao.clueMaintenance(pobj); var res = await mediaaggregationDao.clueMaintenance(pobj);
return system.getResultSuccess(res); return system.getResultSuccess(res);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment