Commit 55d284bc authored by 秦嘉's avatar 秦嘉

抗原异常上报导入

parent d6a98493
...@@ -176,7 +176,7 @@ public class YcsbServiceImpl implements IYcsbService ...@@ -176,7 +176,7 @@ public class YcsbServiceImpl implements IYcsbService
} }
if (StringUtils.isNotEmpty(ycsb.getCommunity())) { if (StringUtils.isNotEmpty(ycsb.getCommunity())) {
List<SysDictData> communties = DictUtils.getDictCache("community"); List<SysDictData> communties = DictUtils.getDictCache("community");
List<String> values = this.checkParam(communties, ycsb.getCommittee()); List<String> values = this.checkParam(communties, ycsb.getCommunity());
if (values.isEmpty()) { if (values.isEmpty()) {
failureList.add(ycsb); failureList.add(ycsb);
continue; continue;
......
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