Commit 9ea3b354 by 陶光胜

取数平台调整

parent 434ef678
......@@ -160,7 +160,7 @@ public class FreeQueryController {
dto.setStartTime(new Date());
Integer dataPermission = this.enterpriseService.getEnterpriseSettingByEnterpriseId(SessionContextUtils.getLoginUserEnterpriseId()).getDataPermission();
System.out.println("!!!!!!!!:"+dataPermission);
String curLimit = "";
String curLimit = "1000";
if(sql.indexOf("limit")>0 || sql.indexOf("LIMIT")>0){
int start = 0;
if(sql.indexOf("limit")>0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment