修改orderBy无参数提交接口问题
This commit is contained in:
@@ -831,7 +831,7 @@ public class BaseController {
|
|||||||
if (entry.getCfgId() != null) {
|
if (entry.getCfgId() != null) {
|
||||||
params.put("searchCfgId", entry.getCfgId());
|
params.put("searchCfgId", entry.getCfgId());
|
||||||
}
|
}
|
||||||
if (entry.getOrderBy() != null&&entry.getOrderBy()!="") {
|
if (StringUtils.isNotBlank(entry.getOrderBy())) {
|
||||||
params.put("orderBy", entry.getOrderBy());
|
params.put("orderBy", entry.getOrderBy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user