|
let condition = {unit_price_file_id: changeUnitPriceId, code: {"$in": codeList}};
|
|
let condition = {unit_price_file_id: changeUnitPriceId, code: {"$in": codeList}};
|
|
let targetUnitList = await this.findDataByCondition(condition, null, false, ['code','name','specs','unit','type']);
|
|
let targetUnitList = await this.findDataByCondition(condition, null, false, ['code','name','specs','unit','type']);
|