|
|
@@ -2,7 +2,6 @@ package com.uas.platform.b2b.mobile.service.impl;
|
|
|
|
|
|
import java.text.ParseException;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
-import java.util.Collections;
|
|
|
import java.util.Date;
|
|
|
|
|
|
import javax.persistence.criteria.CriteriaBuilder;
|
|
|
@@ -49,7 +48,6 @@ public class SignCardLogServiceImpl implements SignCardLogService {
|
|
|
return query.where(pageInfo.getPredicates(root, query, builder)).getRestriction();
|
|
|
}
|
|
|
}, pageInfo);
|
|
|
- Collections.sort(sigLogs.getContent());
|
|
|
map.put("listdata", sigLogs.getContent());
|
|
|
map.put("success", true);
|
|
|
return map;
|