Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
28f2a520
Commit
28f2a520
authored
Jun 22, 2021
by
fudahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信同步
parent
aa1621e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
QywxTagRelationMapper.xml
...rvice/src/main/resources/mapper/QywxTagRelationMapper.xml
+4
-4
No files found.
haoban-manage3-service/src/main/resources/mapper/QywxTagRelationMapper.xml
View file @
28f2a520
...
...
@@ -18,7 +18,7 @@
</resultMap>
<sql
id=
"Base_Column_List"
>
qywx_tag_relation_id, wx_enterprise_id, enterprise_id, member_tag_id, tag_item_id,
relation_type, sync_flag,
order
, qywx_tag_id, qywx_tag_item_id, status_flag, create_time,
relation_type, sync_flag,
`order`
, qywx_tag_id, qywx_tag_item_id, status_flag, create_time,
update_time
</sql>
<select
id=
"selectByPrimaryKey"
parameterType=
"java.lang.String"
resultMap=
"BaseResultMap"
>
...
...
@@ -34,7 +34,7 @@
<insert
id=
"insert"
parameterType=
"com.gic.haoban.manage.service.entity.TabQywxTagRelation"
>
insert into tab_haoban_qywx_tag_relation (qywx_tag_relation_id, wx_enterprise_id,
enterprise_id, member_tag_id, tag_item_id,
relation_type, sync_flag,
order,
relation_type, sync_flag,
`order`,
qywx_tag_id, qywx_tag_item_id, status_flag,
create_time, update_time)
values (#{qywxTagRelationId,jdbcType=VARCHAR}, #{wxEnterpriseId,jdbcType=VARCHAR},
...
...
@@ -68,7 +68,7 @@
sync_flag,
</if>
<if
test=
"order != null"
>
order
,
`order`
,
</if>
<if
test=
"qywxTagId != null"
>
qywx_tag_id,
...
...
@@ -150,7 +150,7 @@
sync_flag = #{syncFlag,jdbcType=INTEGER},
</if>
<if
test=
"order != null"
>
order
= #{order,jdbcType=BIGINT},
`order`
= #{order,jdbcType=BIGINT},
</if>
<if
test=
"qywxTagId != null"
>
qywx_tag_id = #{qywxTagId,jdbcType=VARCHAR},
...
...
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