Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-udesk
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
base_platform_enterprise
gic-platform-udesk
Commits
47d9141c
Commit
47d9141c
authored
Feb 06, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单新建修复
parent
f13edf38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
UdeskMessageApiServiceImpl.java
.../udesk/service/outer/impl/UdeskMessageApiServiceImpl.java
+1
-1
TabUdeskTapdRelMapper.xml
...rvice/src/main/resources/mapper/TabUdeskTapdRelMapper.xml
+4
-4
No files found.
gic-platform-udesk-service/src/main/java/com/gic/udesk/service/outer/impl/UdeskMessageApiServiceImpl.java
View file @
47d9141c
...
...
@@ -403,7 +403,7 @@ public class UdeskMessageApiServiceImpl implements UdeskMessageApiService {
List
<
TabUdeskTapdRel
>
udeskTapdRelList
=
udeskTapdRelService
.
list
(
params
);
for
(
TabUdeskTapdRel
tabUdeskTapdRel
:
udeskTapdRelList
)
{
try
{
Method
udeskMethod
=
TabUdeskT
apdRel
.
class
.
getMethod
(
tabUdeskTapdRel
.
getUdeskIdKey
());
Method
udeskMethod
=
TabUdeskT
icket
.
class
.
getMethod
(
tabUdeskTapdRel
.
getUdeskIdKey
());
String
value
=
(
String
)
udeskMethod
.
invoke
(
tabUdeskTicket
);
Method
tapdMethod
=
TapdBugDTO
.
class
.
getMethod
(
tabUdeskTapdRel
.
getTapdId
(),
String
.
class
);
tapdMethod
.
invoke
(
tapdBug
,
value
);
...
...
gic-platform-udesk-service/src/main/resources/mapper/TabUdeskTapdRelMapper.xml
View file @
47d9141c
...
...
@@ -167,16 +167,16 @@
from tab_udesk_tapd_rel
where status = 1
<if
test=
"relType != null"
>
and rel_type = #{relType,jdbcType=INTEGER}
,
and rel_type = #{relType,jdbcType=INTEGER}
</if>
<if
test=
"workspaceId != null"
>
and workspace_id = #{workspaceId,jdbcType=CHAR}
,
and workspace_id = #{workspaceId,jdbcType=CHAR}
</if>
<if
test=
"tapdName != null"
>
and tapd_name = #{tapdName,jdbcType=CHAR}
,
and tapd_name = #{tapdName,jdbcType=CHAR}
</if>
<if
test=
"udeskName != null"
>
and udesk_name = #{udeskName,jdbcType=CHAR}
,
and udesk_name = #{udeskName,jdbcType=CHAR}
</if>
</select>
...
...
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