|
@@ -12,7 +12,7 @@ public class CMoveTask implements ITask {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
// TODO Auto-generated method stub
|
|
|
- Record studyidfind = Db.use("local").findFirst("select * from study where status =1 or status =2 order by createAt asc");
|
|
|
+ Record studyidfind = Db.use("local").findFirst("select * from study where status =1 or status =2 order by createAt desc");
|
|
|
if (studyidfind == null) {
|
|
|
return;
|
|
|
}
|