Commit 8fc00aa5 authored by chenzhao's avatar chenzhao

修改bug

parent 2455dcf2
...@@ -203,7 +203,7 @@ public class PowerTransferController extends BaseController { ...@@ -203,7 +203,7 @@ public class PowerTransferController extends BaseController {
); );
} }
}); });
if (!ValidationUtil.isEmpty(content)){ if (!ValidationUtil.isEmpty(content) && content.length()>0){
throw new BadRequest("车辆:"+content+"未绑定人员,无法调派"); throw new BadRequest("车辆:"+content+"未绑定人员,无法调派");
} }
......
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