Merge pull request 'fix: 新建自动结算合同,多创建数据' (#369) from fix_contract_settlement_template into @hera/dev fix #368
Reviewed-on: daoyoucloud/tachycode#369 Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
commit
a41b3451be
@ -35,7 +35,7 @@ export class ContractService {
|
||||
} else return temp[item];
|
||||
});
|
||||
const templateFormula = `CONCATENATE(${trans.join(',')})`;
|
||||
model.update({ settlementName: templateFormula });
|
||||
model.settlementName = templateFormula;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user