@@ -449,7 +449,6 @@ module.exports = app => {
data.advance_tp = await this.ctx.service.advance.getSumAdvance(tender.id);
const changeSum = await this.db.queryOne(`SELECT SUM(cast (total_price as decimal(18,6))) AS total_price FROM ${this.ctx.service.change.tableName} WHERE tid = ? AND status = ? And valid = 1`, [tender.id, auditConst.flow.status.checked]);
data.change_tp = changeSum.total_price || 0;
- console.log(data);
const conn = transaction || this.db;
if (orgCache) {
@@ -10,6 +10,18 @@
##特殊操作
如果没有特殊说明,则在第默认操作的第3步前,执行相关脚本,如果有特殊要求,需特别说明
+### V3.5.30.0423 优化标段列表相关
+2023-03-31 ~ 2023-4-5(uat&prod)
+3.1 优化:
+#### uat
+```bash
+$ EGG_SERVER_ENV=uat npm run test-sim /db_script/tender_cache.js
+```
+#### prod
+$ npm run test-sim /db_script/tender_cache.js
+
### V3.5.29.0353+临时更新奉建定制报表
2023-03-29 ~ 2023-03-30(uat&prod)