|
@@ -59,7 +59,7 @@ public class WODispatchDatabaseBizFun {
|
|
jsonParam.getOffset(),
|
|
jsonParam.getOffset(),
|
|
andWheres,
|
|
andWheres,
|
|
null,
|
|
null,
|
|
- WODispatchPlanInfoTable.R_INFO.ID + "DESC",
|
|
|
|
|
|
+ WODispatchPlanInfoTable.R_INFO.ID + " DESC",
|
|
lilterExtend+sql);
|
|
lilterExtend+sql);
|
|
if(dataList==null){
|
|
if(dataList==null){
|
|
oRes.setCode(ResponseCode.RESULT_BAD.toInt());
|
|
oRes.setCode(ResponseCode.RESULT_BAD.toInt());
|