Commit 390e6e96 authored by Java-刘 彧阳's avatar Java-刘 彧阳

去掉todo

parent 82e4a397
......@@ -480,7 +480,6 @@ public class InnerController implements IBaseController {
@RequestMapping("/user/findByPhones")
public JsonResult getUserIdByPhones(@RequestParam("userPhones")String userPhones){
//todo now
if(StringUtils.isBlank(userPhones)){
return JsonResult.buildErrorStateResult("传入用户手机号不可为空",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