@@ -1114,7 +1114,7 @@ public class InformationQueryServiceImpl extends BaseServiceImpl<InformationQuer
}
@Override
- @Async
+// @Async
public R updateCheckPdfInfo(String type, String ids,String classify) {
if(type==null || Func.isNull(type)){
return R.fail("type不能weinull");