@@ -27,7 +27,7 @@ module.exports = app => {
async _isSettlePriceEnabled(options, node) {
const colSet = await this.ctx.service.contractColSet.getContractColSet(
- options.spid || null,
+ options.spid || this.ctx.subProject.id || null,
options.tid || null,
node.contract_type
);