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
cb8f77b7
Commit
cb8f77b7
authored
Aug 11, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除corpid
parent
7a2e471d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
WxEnterpriseMapper.xml
...-service/src/main/resources/mapper/WxEnterpriseMapper.xml
+2
-6
No files found.
haoban-manage3-service/src/main/resources/mapper/WxEnterpriseMapper.xml
View file @
cb8f77b7
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
wx_enterprise_id,
corpid,
permanent_code, corp_name, corp_type, corp_square_logo_url,
wx_enterprise_id, permanent_code, corp_name, corp_type, corp_square_logo_url,
corp_user_max, corp_full_name, subject_type, verified_end_time, corp_wxqrcode, corp_scale,
corp_user_max, corp_full_name, subject_type, verified_end_time, corp_wxqrcode, corp_scale,
corp_industry, corp_sub_industry, location, auth_info, agent, agentid, appid, name,
corp_industry, corp_sub_industry, location, auth_info, agent, agentid, appid, name,
square_logo_url, round_logo_url, level, bind_flag, status_flag, create_time, update_time,contact_flag,wx_secret_key,wx_secret_key_last_time,member_secret_last_time,contact_secret_last_time
square_logo_url, round_logo_url, level, bind_flag, status_flag, create_time, update_time,contact_flag,wx_secret_key,wx_secret_key_last_time,member_secret_last_time,contact_secret_last_time
...
@@ -468,7 +468,7 @@
...
@@ -468,7 +468,7 @@
select
select
<include
refid=
"Base_Column_List"
/>
<include
refid=
"Base_Column_List"
/>
from tab_haoban_wx_enterprise
from tab_haoban_wx_enterprise
where
corpid= #{corpId} or
wx_corpid = #{corpId} or open_corpid = #{corpid}
where wx_corpid = #{corpId} or open_corpid = #{corpid}
<if
test=
"statusFlag != null"
>
<if
test=
"statusFlag != null"
>
and status_flag = #{statusFlag}
and status_flag = #{statusFlag}
</if>
</if>
...
@@ -494,9 +494,6 @@
...
@@ -494,9 +494,6 @@
<update
id=
"updateUseridFlagById"
>
<update
id=
"updateUseridFlagById"
>
update tab_haoban_wx_enterprise
update tab_haoban_wx_enterprise
set userid_flag = #{useridFlag},
set userid_flag = #{useridFlag},
<if
test=
"corpid != null"
>
corpid = #{corpid},
</if>
update_time = now()
update_time = now()
where wx_enterprise_id = #{wxEnterpriseId}
where wx_enterprise_id = #{wxEnterpriseId}
</update>
</update>
...
@@ -504,7 +501,6 @@
...
@@ -504,7 +501,6 @@
<select
id=
"listAllEnterprise"
resultType=
"com.gic.haoban.manage.api.dto.WxEnterpriseDTO"
>
<select
id=
"listAllEnterprise"
resultType=
"com.gic.haoban.manage.api.dto.WxEnterpriseDTO"
>
select
select
b.wx_enterprise_id wxEnterpriseId,
b.wx_enterprise_id wxEnterpriseId,
b.corpid corpid,
b.corp_name corpName,
b.corp_name corpName,
a.enterprise_id enterpriseId
a.enterprise_id enterpriseId
from tab_haoban_wx_enterprise_related a
from tab_haoban_wx_enterprise_related a
...
...
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