Commit d63a8991 by 徐高华

文案

parent 609ca365
......@@ -115,7 +115,7 @@ public class QwMessageController extends WebBaseController {
logger.info("clerkType={},ChooseAll={}",clerk.getClerkType(),qo.getChooseAll());
int clerkType = clerk.getClerkType() ;
if(clerkType==0) {
return RestResponse.failure("-1","非店长、区");
return RestResponse.failure("-1","非店长、区");
}
String chooseAll = qo.getChooseAll() ;
if(StringUtils.isBlank(chooseAll) || !"1".equals(chooseAll)) {
......
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