|
@@ -789,7 +789,7 @@ public class MappingConfigFacade extends MappingConfigServiceImpl {
|
|
|
.eq("type", type)
|
|
|
.in("his_name", hisNames));
|
|
|
|
|
|
- if (ListUtil.isEmpty(existList)) {
|
|
|
+ if (ListUtil.isNotEmpty(existList)) {
|
|
|
List<MappingConfigWrapper> existWrapperList = BeanUtil.listCopyTo(existList, MappingConfigWrapper.class);
|
|
|
existWrapperList = addNames(existWrapperList);
|
|
|
for (MappingConfigWrapper item : existWrapperList) {
|