Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
huluobin
gogirl-miniapp-backend
Commits
4e557fe8
Commit
4e557fe8
authored
Mar 27, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
色系
parent
df78ccbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Schedule.java
...ain/java/com/gogirl/infrastructure/schedule/Schedule.java
+4
-2
No files found.
src/main/java/com/gogirl/infrastructure/schedule/Schedule.java
View file @
4e557fe8
...
...
@@ -121,6 +121,7 @@ public class Schedule {
//查出所有的技师,找到技师id和user_id
for
(
StoreTechnician
item
:
listTechnicianManage
)
{
//key 美甲师Id value 美甲师用户id
mapTechnicianManage
.
put
(
String
.
valueOf
(
item
.
getTechnicianId
()),
String
.
valueOf
(
item
.
getUserId
()));
}
...
...
@@ -132,10 +133,11 @@ public class Schedule {
//推荐人列表
Map
<
String
,
String
>
map
=
new
HashMap
<>();
//推荐人id
StringBuilder
referee_ids
=
new
StringBuilder
();
//充值记录
CustomerBalanceRecord
cbrt
=
balanceRecordDao
.
selectByPrimaryKey
(
customerBalanceRecord
.
getId
());
//如果推荐人不为空
if
(
customerBalanceRecord
.
getRefereeId
()
!=
null
)
{
//每次都修改推荐人,且每晚都会设置推荐人
String
[]
arr
=
customerBalanceRecord
.
getRefereeId
().
split
(
","
);
...
...
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