|
@@ -262,7 +262,7 @@ public class ViewController extends Controller {
|
|
|
//报告匹配
|
|
|
public void bgpp() {
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
- List<Record> records = Db.use("connected").find("select * from reportcheck where checktime >?",this.getPara("time"));
|
|
|
+ List<Record> records = Db.use("connected").find("select * from reportcheck where checktime >? order by checktime asc",this.getPara("time"));
|
|
|
for (Record record : records) {
|
|
|
try {
|
|
|
if (record == null) {
|