|
|
@@ -559,6 +559,14 @@ module.exports = app => {
|
|
|
runnableRst.push(service.posCalcDetail.getAllDataByCondition({ where: { tid: params.tender_id } }));
|
|
|
runnableKey.push(filter);
|
|
|
break;
|
|
|
+ case 'mem_anc_gcl':
|
|
|
+ runnableRst.push(service.ancillaryGcl.getAllDataByCondition({ where: { tid: params.tender_id } }));
|
|
|
+ runnableKey.push(filter);
|
|
|
+ break;
|
|
|
+ case 'mem_anc_gcl_detail':
|
|
|
+ runnableRst.push(service.AncillaryGclDetail.getAllDataByCondition({ where: { tid: params.tender_id } }));
|
|
|
+ runnableKey.push(filter);
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|