Commit af0b28af authored by tangwei's avatar tangwei

Merge branch 'develop_dl_plan6_temp' of…

Merge branch 'develop_dl_plan6_temp' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_dl_plan6_temp
parents bee908f1 a6204fdc
...@@ -203,7 +203,7 @@ public class PowerTransferController extends BaseController { ...@@ -203,7 +203,7 @@ public class PowerTransferController extends BaseController {
); );
} }
}); });
if (!ValidationUtil.isEmpty(content)){ if (StringUtils.isNotEmpty(content)){
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