Commit 771f5cd2 authored by 王果's avatar 王果

bug修改

parent c3db0429
......@@ -1432,7 +1432,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
}
if (!ValidationUtil.isEmpty(map.get("transferType")) && ValidationUtil.equals(map.get("transferType"), "区内移装")) {
if (ValidationUtil.isEmpty(map.get("city"))) {
throw new BadRequest("请先选择施工区域-市!");
throw new BadRequest("请先选择施工区域-市!");
} else {
map.put(USE_PLACE_CODE, String.valueOf(map.get("city")).split("_")[0]);
}
......
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