记得上下班打卡 | git大法好,push需谨慎

Commit d3ee6e93 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_20211205' into dev_20211205

parents 26cc581a 315899d7
...@@ -58,15 +58,15 @@ public class SweetStrawberryPosterController { ...@@ -58,15 +58,15 @@ public class SweetStrawberryPosterController {
if (StringUtil.isNotEmpty(nickname)) { if (StringUtil.isNotEmpty(nickname)) {
if (!shumeiUtil.checkText(currentUid, nickname)) { if (!shumeiUtil.checkText(currentUid, nickname)) {
return ResponseDto.failure("noPass", nickname,false); return ResponseDto.failure("0", nickname,false);
} }
} }
if (StringUtil.isNotEmpty(customText)) { if (StringUtil.isNotEmpty(customText)) {
if (!shumeiUtil.checkText(currentUid, customText)) { if (!shumeiUtil.checkText(currentUid, customText)) {
return ResponseDto.failure("noPass", customText,false); return ResponseDto.failure("0", customText,false);
} }
} }
return ResponseDto.failure("pass",null,true); return ResponseDto.failure("0",null,true);
} }
} }
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