|
|
@@ -319,7 +319,7 @@ public class PosOrderQsOprateController extends BaseController {
|
|
|
arr.add(org);
|
|
|
}
|
|
|
JSONObject org=new JSONObject();
|
|
|
- org.put("records",result.getRecords());
|
|
|
+ org.put("records",arr);
|
|
|
org.put("total",result.getTotal());
|
|
|
org.put("current",result.getCurrent());
|
|
|
return success(org);
|