Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-core
Commits
49ce0863
Commit
49ce0863
authored
Oct 10, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭act接口服务,tsr sql修正
parent
b82bf69d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
intace.ini
isc-common-core/src/main/resources/ini/intace.ini
+1
-1
trsmapper.xml
isc-common-core/src/main/resources/mapper/trsmapper.xml
+4
-1
No files found.
isc-common-core/src/main/resources/ini/intace.ini
View file @
49ce0863
...
...
@@ -37,7 +37,7 @@ srvnam0=account
mode0
=
s
code0
=
7759
fgf0
=
|
open0
=
Y
open0
=
S
[RBACCOUNT]
srvnam0
=
account
...
...
isc-common-core/src/main/resources/mapper/trsmapper.xml
View file @
49ce0863
...
...
@@ -187,8 +187,11 @@
AND objinr = #{objinr,jdbcType=VARCHAR}
</select>
<select
id=
"selectAllUsrByTrninr"
resultType=
"String"
>
SELECT
GROUP_CONCAT(DISTINCT usr
) usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr
SELECT
LISTAGG(DISTINCT usr,','
) usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr
</select>
<!--<select id="selectAllUsrByTrninr" resultType="String">
SELECT GROUP_CONCAT(DISTINCT usr) usrs FROM trs where objtyp='TRN' AND objinr =#{objinr,jdbcType=VARCHAR} GROUP BY objinr
</select>-->
<select
id=
"selectByObjtypAndObjinrAndSigidx"
resultMap=
"BaseResultMap"
>
select
<include
refid=
"Base_Column_List"
/>
...
...
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