功能优化及小工具导入
This commit is contained in:
parent
cf61a7adc2
commit
9662ab772d
|
|
@ -373,7 +373,7 @@ public class WsMaInfoServiceImpl implements WsMaInfoService {
|
|||
List<WsMaInfo> wsMaInfos = util.importExcel(file.getInputStream());
|
||||
int result = 0;
|
||||
for (WsMaInfo wmInfo : wsMaInfos) {
|
||||
List<WsMaInfo> wsMaInfoList = mapper.queryByName(wmInfo);
|
||||
/*List<WsMaInfo> wsMaInfoList = mapper.queryByName(wmInfo);
|
||||
if (CollectionUtils.isNotEmpty(wsMaInfoList)) {
|
||||
for (WsMaInfo wmInfo : wsMaInfoList) {
|
||||
if () {
|
||||
|
|
@ -384,7 +384,7 @@ public class WsMaInfoServiceImpl implements WsMaInfoService {
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
if (result > 0) {
|
||||
return AjaxResult.success(ExceptionEnum.SUCCESS.getMsg(), result);
|
||||
|
|
|
|||
Loading…
Reference in New Issue