Commit 813aaac8 authored by Smile's avatar Smile Committed by wux

会员等级修改时页面等级无变化问题修改

parent 9fa070cc
......@@ -65,7 +65,7 @@ public class MemberUserLevelDetailsController {
if (configDO == null) {
return error(ErrorCodeConstants.LEVEL_RULE_NOT_EXISTS);
}
if(configDO.getLevel().equals(reqVO.getLevel())){
if(!configDO.getLevel().equals(reqVO.getLevel())){
memberUserLevelDetailsDO.setConfigId(null);
}
}
......
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