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