|
@@ -55,7 +55,7 @@ class ProductService extends CrudService {
|
|
|
// 技术成果
|
|
|
const achieve = await this.getSample('model', 6, { type: '1', status: '2' });
|
|
|
// 商务服务
|
|
|
- const serve = await this.getSample('model', 6, { type: '2', status: '2' });
|
|
|
+ const serve = await this.getSample('model', 5, { type: '2', status: '2' });
|
|
|
// 专利:patent limit=>6
|
|
|
const patent = await this.getSample('patent');
|
|
|
// 专家:expert:limit=>8
|