|
@@ -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) {
|