|
@@ -205,12 +205,6 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
async refreshLib(lib) {
|
|
|
- //const billsData = await this.ctx.service.bills.getAllDataByCondition({ where: {lib_id: lib.id} });
|
|
|
-
|
|
|
- //const orgGlobalParam = await this.ctx.service.tenderParam.getParam(lib.id, paramConst.globalParamNodeId);
|
|
|
- //const orgParam = await this.ctx.service.tenderParam.getParam(lib.id);
|
|
|
- //const orgParam = await this.ctx.service.tenderParam.getAllDataByCondition({ where: {lib_id: lib.id} });
|
|
|
-
|
|
|
await this.ctx.service.match.reMatchBills(lib);
|
|
|
|
|
|
const conn = await this.db.beginTransaction();
|