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
b99f847f
Commit
b99f847f
authored
May 31, 2023
by
jinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增是否支持配置回调地址字段
parent
8e99b23b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
2 deletions
+48
-2
WxEnterpriseDTO.java
...n/java/com/gic/haoban/manage/api/dto/WxEnterpriseDTO.java
+12
-0
WxEnterpriseQO.java
...ain/java/com/gic/haoban/manage/web/qo/WxEnterpriseQO.java
+12
-0
TabHaobanWxEnterprise.java
...c/haoban/manage/service/entity/TabHaobanWxEnterprise.java
+12
-0
WxEnterpriseMapper.xml
...-service/src/main/resources/mapper/WxEnterpriseMapper.xml
+12
-2
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/WxEnterpriseDTO.java
View file @
b99f847f
...
@@ -126,6 +126,18 @@ public class WxEnterpriseDTO implements Serializable {
...
@@ -126,6 +126,18 @@ public class WxEnterpriseDTO implements Serializable {
* secret
* secret
*/
*/
private
String
secretVal
;
private
String
secretVal
;
/**
* 自建应用是否支持配置回调地址 0 不支持 1支持
*/
private
Integer
callbackFlag
;
public
Integer
getCallbackFlag
()
{
return
callbackFlag
;
}
public
void
setCallbackFlag
(
Integer
callbackFlag
)
{
this
.
callbackFlag
=
callbackFlag
;
}
public
String
getAgentId
()
{
public
String
getAgentId
()
{
return
agentId
;
return
agentId
;
...
...
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/qo/WxEnterpriseQO.java
View file @
b99f847f
...
@@ -43,6 +43,18 @@ public class WxEnterpriseQO implements Serializable {
...
@@ -43,6 +43,18 @@ public class WxEnterpriseQO implements Serializable {
* 应用类型,0第三方 1自建
* 应用类型,0第三方 1自建
*/
*/
private
Integer
appType
;
private
Integer
appType
;
/**
* 自建应用是否支持配置回调地址 0 不支持 1支持
*/
private
Integer
callbackFlag
;
public
Integer
getCallbackFlag
()
{
return
callbackFlag
;
}
public
void
setCallbackFlag
(
Integer
callbackFlag
)
{
this
.
callbackFlag
=
callbackFlag
;
}
public
String
getWxEnterpriseId
()
{
public
String
getWxEnterpriseId
()
{
return
wxEnterpriseId
;
return
wxEnterpriseId
;
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/entity/TabHaobanWxEnterprise.java
View file @
b99f847f
...
@@ -97,6 +97,18 @@ public class TabHaobanWxEnterprise implements Serializable {
...
@@ -97,6 +97,18 @@ public class TabHaobanWxEnterprise implements Serializable {
* 应用类型,0第三方 1自建
* 应用类型,0第三方 1自建
*/
*/
private
Integer
appType
;
private
Integer
appType
;
/**
* 自建应用是否支持配置回调地址 0 不支持 1支持
*/
private
Integer
callbackFlag
;
public
Integer
getCallbackFlag
()
{
return
callbackFlag
;
}
public
void
setCallbackFlag
(
Integer
callbackFlag
)
{
this
.
callbackFlag
=
callbackFlag
;
}
public
Integer
getAppType
()
{
public
Integer
getAppType
()
{
return
appType
;
return
appType
;
...
...
haoban-manage3-service/src/main/resources/mapper/WxEnterpriseMapper.xml
View file @
b99f847f
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
<result
column=
"open_corpid"
property=
"openCorpid"
/>
<result
column=
"open_corpid"
property=
"openCorpid"
/>
<result
column=
"wxa_appid"
property=
"wxaAppid"
/>
<result
column=
"wxa_appid"
property=
"wxaAppid"
/>
<result
column=
"url_host"
property=
"urlHost"
/>
<result
column=
"url_host"
property=
"urlHost"
/>
<result
column=
"callback_flag"
property=
"callbackFlag"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
...
@@ -52,7 +53,7 @@
...
@@ -52,7 +53,7 @@
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
,member_secret,contact_secret,agree_external_userid_flag,agree_external_userid_time,external_flag,userid_flag ,wx_security_type , wx_corpid , open_corpid , auto_active_flag , wxa_appid , url_host
,member_secret,contact_secret,agree_external_userid_flag,agree_external_userid_time,external_flag,userid_flag ,wx_security_type , wx_corpid , open_corpid , auto_active_flag , wxa_appid , url_host
,callback_flag
</sql>
</sql>
<select
id=
"selectByPrimaryKey"
resultMap=
"BaseResultMap"
parameterType=
"java.lang.String"
>
<select
id=
"selectByPrimaryKey"
resultMap=
"BaseResultMap"
parameterType=
"java.lang.String"
>
select
select
...
@@ -185,6 +186,9 @@
...
@@ -185,6 +186,9 @@
<if
test=
"null != wxSecurityType"
>
<if
test=
"null != wxSecurityType"
>
wx_security_type ,
wx_security_type ,
</if>
</if>
<if
test=
"null != callbackFlag"
>
callback_flag ,
</if>
</trim>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"wxEnterpriseId != null"
>
<if
test=
"wxEnterpriseId != null"
>
...
@@ -301,6 +305,9 @@
...
@@ -301,6 +305,9 @@
<if
test=
"null != wxSecurityType"
>
<if
test=
"null != wxSecurityType"
>
#{wxSecurityType} ,
#{wxSecurityType} ,
</if>
</if>
<if
test=
"null != callbackFlag"
>
#{callbackFlag} ,
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -425,7 +432,10 @@
...
@@ -425,7 +432,10 @@
wxa_appid = #{wxaAppid},
wxa_appid = #{wxaAppid},
</if>
</if>
<if
test=
"null != urlHost"
>
<if
test=
"null != urlHost"
>
url_host = #{urlHost}
url_host = #{urlHost},
</if>
<if
test=
"null != callbackFlag"
>
callback_flag = #{callbackFlag}
</if>
</if>
</set>
</set>
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
where wx_enterprise_id = #{wxEnterpriseId,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