以大代小,维修导入,费用补录

This commit is contained in:
hongchao 2025-11-19 10:50:49 +08:00
parent ad145e86c9
commit d14f592e21
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,7 @@ spring:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 192.168.0.56:8848 server-addr: 192.168.0.56:8848
namespace: sgzb_cloud_dev_cqjj namespace: sgzb_cloud_cq_dev
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 192.168.0.56:8848 server-addr: 192.168.0.56:8848

View File

@ -171,7 +171,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bm_agreement_info bm_agreement_info
WHERE WHERE
status = '1' status = '1'
and agreement_id = 97
</select> </select>
<select id="getCostByLotId" resultType="java.math.BigDecimal"> <select id="getCostByLotId" resultType="java.math.BigDecimal">
select ifnull(sum(costs),0) from project_month_costs where project_id = #{lotId} select ifnull(sum(costs),0) from project_month_costs where project_id = #{lotId}