|
|
@@ -1086,7 +1086,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
if(uList.isEmpty()) {
|
|
|
UserTransferLog utl=new UserTransferLog();
|
|
|
if(type==0||type==1) utl.setAid(aid);
|
|
|
- else if(type==2||type==3) {
|
|
|
+ else if(type==2||type==3||type==7) {
|
|
|
utl.setAid(TokenManager.getAdminId());
|
|
|
utl.setTakeAid(aid);
|
|
|
}
|
|
|
@@ -1101,7 +1101,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
for (String string : ulist) {
|
|
|
UserTransferLog utl=new UserTransferLog();
|
|
|
if(type==0||type==1) utl.setAid(string);
|
|
|
- else if(type==2||type==3) {
|
|
|
+ else if(type==2||type==3||type==7) {
|
|
|
utl.setAid(TokenManager.getAdminId());
|
|
|
utl.setTakeAid(string);
|
|
|
}
|