Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
agent-platform
Commits
4c245d0b
Commit
4c245d0b
authored
Apr 28, 2025
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
af41dbab
c8531e80
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1156 additions
and
1149 deletions
+1156
-1149
agent-manager/src/main/resources/bootstrap.yml
agent-manager/src/main/resources/bootstrap.yml
+1
-2
agent-manager/src/main/resources/sqlmap/base/system/user.xml
agent-manager/src/main/resources/sqlmap/base/system/user.xml
+1
-1
agent-manager/src/main/resources/sqlmap/module/category/CategoryMapper.xml
.../main/resources/sqlmap/module/category/CategoryMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/company/CompanyMapper.xml
...rc/main/resources/sqlmap/module/company/CompanyMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/declare/DeclareFinImagesMapper.xml
...esources/sqlmap/module/declare/DeclareFinImagesMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/declare/DeclareImagesMapper.xml
...n/resources/sqlmap/module/declare/DeclareImagesMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/declare/DeclareMapper.xml
...rc/main/resources/sqlmap/module/declare/DeclareMapper.xml
+1140
-1139
agent-manager/src/main/resources/sqlmap/module/evaluation/EvaluationInfoMapper.xml
...sources/sqlmap/module/evaluation/EvaluationInfoMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/matter/MatterSubMapper.xml
...c/main/resources/sqlmap/module/matter/MatterSubMapper.xml
+2
-1
agent-manager/src/main/resources/sqlmap/module/park/ParkMapper.xml
...ager/src/main/resources/sqlmap/module/park/ParkMapper.xml
+2
-1
No files found.
agent-manager/src/main/resources/bootstrap.yml
View file @
4c245d0b
...
...
@@ -48,6 +48,5 @@ application:
auth
:
unloginUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/resource/list,/api/asset/*,/api/*,/uploads/*,/project/file/*,/file/*
uncheckUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/resource/list,/api/asset/*,/api/*,/uploads/*,/project/file/*,/file/*
dm
:
enable
:
false
agent-manager/src/main/resources/sqlmap/base/system/user.xml
View file @
4c245d0b
...
...
@@ -1160,7 +1160,7 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.columnName
} ${item.sortKind}
</foreach>
</trim>
</if>
...
...
agent-manager/src/main/resources/sqlmap/module/category/CategoryMapper.xml
View file @
4c245d0b
...
...
@@ -494,10 +494,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/company/CompanyMapper.xml
View file @
4c245d0b
...
...
@@ -949,10 +949,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/declare/DeclareFinImagesMapper.xml
View file @
4c245d0b
...
...
@@ -452,10 +452,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/declare/DeclareImagesMapper.xml
View file @
4c245d0b
...
...
@@ -452,10 +452,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/declare/DeclareMapper.xml
View file @
4c245d0b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
agent-manager/src/main/resources/sqlmap/module/evaluation/EvaluationInfoMapper.xml
View file @
4c245d0b
...
...
@@ -690,10 +690,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/matter/MatterSubMapper.xml
View file @
4c245d0b
...
...
@@ -921,10 +921,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
agent-manager/src/main/resources/sqlmap/module/park/ParkMapper.xml
View file @
4c245d0b
...
...
@@ -536,10 +536,11 @@
</if>
<trim
suffixOverrides=
","
suffix=
""
>
<foreach
collection=
"orderColList"
open=
""
close=
""
index=
"index"
item=
"item"
separator=
","
>
a.${
column.isKeyWord(item.columnName)
} ${item.sortKind}
a.${
item.colName
} ${item.sortKind}
</foreach>
</trim>
</if>
<if
test=
"(orderColList == null or orderColList.isEmpty()) and orderCol != null and !orderCol.isEmpty()"
>
order by
<if
test=
"conditionParamRef.containsKey('idList') and conditionParamRef.idList.size() > 0"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment