|
@@ -202,6 +202,10 @@ public class PostCollectionsSystemServiceImpl implements IPostCollectionsSystemS
|
|
|
|
|
|
@Override
|
|
|
public int updateBatchById(List<PostCollectionsSystem> postCollectionsSystemList) {
|
|
|
+ for (int i = 0; i < postCollectionsSystemList.size(); i++) {
|
|
|
+ postCollectionsSystemList.get(i). setUpdateBy(getUsername());
|
|
|
+ postCollectionsSystemList.get(i).setUpdateTime(DateUtils.dateTime(DateUtils.YYYY_MM_DD_HH_MM_SS,DateUtils.getTime()));
|
|
|
+ }
|
|
|
return postCollectionsSystemMapper.updateBatchById(postCollectionsSystemList);
|
|
|
}
|
|
|
}
|