Commit f53a31ab by zhiwj

bug

parent 6becd605
......@@ -364,7 +364,7 @@ public class ClerkImportController {
}
}
GicDictDTO dict = this.dictApiService.getDictByCode(Constants.NATION_CODE_DICT, nationcode).getResult();
if (dict != null) {
if (dict == null) {
bean.setErrorMessage("区号错误");
validate = false;
}
......
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