更改部分文本细节
This commit is contained in:
@@ -79,7 +79,7 @@ public class MerchantStaffConnServiceImpl extends ServiceImpl<MerchantStaffConnM
|
|||||||
@Override
|
@Override
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public UserApp createStaff(MerchantStaffDTO staffDTO) {
|
public UserApp createStaff(MerchantStaffDTO staffDTO) {
|
||||||
String loginName = staffDTO.getLoginName().replace("@chaozg", "");
|
String loginName = staffDTO.getLoginName().replace("@kuaiyin", "");
|
||||||
if (loginName.contains("@")) {
|
if (loginName.contains("@")) {
|
||||||
throw new MsgException("员工账号请不要带@");
|
throw new MsgException("员工账号请不要带@");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -320,7 +320,7 @@ public class MerchantMenberServiceImpl extends ServiceImpl<MerchantMenberMapper,
|
|||||||
Long reType = (Long)map.get("reType");
|
Long reType = (Long)map.get("reType");
|
||||||
if(reType == 2){
|
if(reType == 2){
|
||||||
Double percent = (Double)map.get("percent");
|
Double percent = (Double)map.get("percent");
|
||||||
title = "会员消费返任意金额的"+percent+"%";
|
title = "会员返任意金额的"+percent+"%";
|
||||||
}else{
|
}else{
|
||||||
title = "消费满"+map.get("rechargeMoney")+"元返"+map.get("giveMoney")+"元";
|
title = "消费满"+map.get("rechargeMoney")+"元返"+map.get("giveMoney")+"元";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user