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
19f14c80
Commit
19f14c80
authored
Feb 09, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:欢迎语发送修改
parent
f8ce4929
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
13 deletions
+16
-13
MemberUnionidWechatAccountQDTO.java
...haoban/manage/api/dto/MemberUnionidWechatAccountQDTO.java
+12
-12
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+0
-0
dubbo-haoban-manage-service.xml
...ervice/src/main/resources/dubbo-haoban-manage-service.xml
+3
-0
TabMiniprogramSettingMapper.xml
...src/main/resources/mapper/TabMiniprogramSettingMapper.xml
+1
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/MemberUnionidWechatAccountQDTO.java
View file @
19f14c80
...
@@ -18,13 +18,13 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
...
@@ -18,13 +18,13 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
*/
*/
private
String
unionid
;
private
String
unionid
;
/**
/**
*
导购i
d
*
openI
d
*/
*/
private
String
clerk
Id
;
private
String
open
Id
;
/**
/**
*
微信企业id
*
参数
*/
*/
private
String
wxEnterpriseId
;
private
String
sceneStr
;
public
String
getEnterpriseId
()
{
public
String
getEnterpriseId
()
{
return
enterpriseId
;
return
enterpriseId
;
...
@@ -42,19 +42,19 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
...
@@ -42,19 +42,19 @@ public class MemberUnionidWechatAccountQDTO implements Serializable {
this
.
unionid
=
unionid
;
this
.
unionid
=
unionid
;
}
}
public
String
get
Clerk
Id
()
{
public
String
get
Open
Id
()
{
return
clerk
Id
;
return
open
Id
;
}
}
public
void
set
ClerkId
(
String
clerk
Id
)
{
public
void
set
OpenId
(
String
open
Id
)
{
this
.
clerkId
=
clerk
Id
;
this
.
openId
=
open
Id
;
}
}
public
String
get
WxEnterpriseId
()
{
public
String
get
SceneStr
()
{
return
wxEnterpriseId
;
return
sceneStr
;
}
}
public
void
set
WxEnterpriseId
(
String
wxEnterpriseId
)
{
public
void
set
SceneStr
(
String
sceneStr
)
{
this
.
wxEnterpriseId
=
wxEnterpriseId
;
this
.
sceneStr
=
sceneStr
;
}
}
}
}
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
19f14c80
This diff is collapsed.
Click to expand it.
haoban-manage3-service/src/main/resources/dubbo-haoban-manage-service.xml
View file @
19f14c80
...
@@ -144,4 +144,6 @@
...
@@ -144,4 +144,6 @@
<dubbo:reference
interface=
"com.gic.enterprise.api.service.AuthorizeService"
id=
"authorizeService"
/>
<dubbo:reference
interface=
"com.gic.enterprise.api.service.AuthorizeService"
id=
"authorizeService"
/>
<dubbo:reference
id=
"quartzService"
interface=
"com.gic.quartz.api.service.QuartzService"
timeout=
"10000"
/>
<dubbo:reference
id=
"quartzService"
interface=
"com.gic.quartz.api.service.QuartzService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberApiService"
interface=
"com.gic.member.api.service.MemberApiService"
timeout=
"10000"
/>
<dubbo:reference
id=
"memberApiService"
interface=
"com.gic.member.api.service.MemberApiService"
timeout=
"10000"
/>
<dubbo:reference
id=
"weixinBaseFunService"
interface=
"com.gic.wechat.api.service.fwh.WeixinBaseFunService"
timeout=
"10000"
/>
</beans>
</beans>
\ No newline at end of file
haoban-manage3-service/src/main/resources/mapper/TabMiniprogramSettingMapper.xml
View file @
19f14c80
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
from tab_haoban_miniprogram_setting
from tab_haoban_miniprogram_setting
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
where wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and enterprise_id=#{enterpriseId}
and enterprise_id=#{enterpriseId}
and status_flag=1
and status_flag=1
order by create_time desc limit 1
</select>
</select>
<select
id=
"listMiniprogramSetting"
resultMap=
"BaseResultMap"
>
<select
id=
"listMiniprogramSetting"
resultMap=
"BaseResultMap"
>
...
...
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