|
|
|
@ -567,7 +567,7 @@ public class WtSpBasicServiceImpl extends BaseServiceImpl<WtSpBasicMapper, WtSpB
|
|
|
|
|
Integer counter = 2; |
|
|
|
|
//数据校验
|
|
|
|
|
R<String> r = this.validExcel(libraryExcel, codeList, counter); |
|
|
|
|
if (r.getMsg()!=null|| !r.isSuccess()) { |
|
|
|
|
if ( !r.isSuccess()) { |
|
|
|
|
return r; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|