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
c8531e80
Commit
c8531e80
authored
Apr 28, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加申报撤销接口
parent
7c8c7131
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1155 additions
and
1147 deletions
+1155
-1147
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/sqlmap/base/system/user.xml
View file @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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 @
c8531e80
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 @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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 @
c8531e80
...
...
@@ -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