Commit 4e557fe8 by huluobin

色系

parent df78ccbc
......@@ -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(",");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment