zouxuan %!s(int64=4) %!d(string=hai) anos
pai
achega
ace0a03a81

+ 0 - 4
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ReplacementInstrumentActivityServiceImpl.java

@@ -241,10 +241,6 @@ public class ReplacementInstrumentActivityServiceImpl extends BaseServiceImpl<In
         Map<String, Object> params = new HashMap<String, Object>();
         MapUtil.populateMap(params, queryInfo);
 
-        if (Objects.isNull(queryInfo.getCooperationOrganId())) {
-            throw new BizException("请指定合作单位");
-        }
-
         int count = replacementInstrumentActivityDao.countReplacements(params);
 
         if (queryInfo.getPage() == 1) {