|
@@ -24,7 +24,7 @@ public class PayTask implements ITask {
|
|
|
public void run() {
|
|
|
// TODO Auto-generated method stub
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
- List<Record> records = Db.use("connected").find("select * from(select * from paylist where ISFEE=1 order by PAYTIME desc)where rownum<50");
|
|
|
+ List<Record> records = Db.use("connected").find("select * from(select * from paylist where ISFEE=1 order by PAYTIME desc)where rownum<1000");
|
|
|
for (Record record : records) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("institution_id", PropKit.get("institution_id"));
|