Commit 9e52f8e9 authored by 王亮's avatar 王亮

remove unused code.

parent 167f9a2c
......@@ -905,7 +905,7 @@ public class UserController implements IBaseController {
@RequestMapping(value = "/kdsp/loginRecord", method = RequestMethod.POST)
public JsonResult loginRecord(@RequestParam(required = true) String deviceId) {
if (null == deviceId || "".equals(deviceId)) {
if (org.apache.commons.lang3.StringUtils.isEmpty(deviceId)) {
return JsonResult.buildErrorStateResult("请传入正确的设备ID", 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