Commit 551d045b by 兰国旗

laolan

parent 2b99c499
......@@ -254,5 +254,6 @@ class MediaaggregationDao extends Dao {
returnRes.total = tmpResultCount && tmpResultCount.length > 0 ? tmpResultCount[0].dataCount : 0;
return returnRes;
}
}
module.exports = MediaaggregationDao;
\ No newline at end of file
......@@ -125,6 +125,7 @@ class MediaaggregationSve {
var res = await mediaaggregationDao.clueMaintenance(pobj);
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