以大代小,维修导入,费用补录
This commit is contained in:
parent
ad145e86c9
commit
d14f592e21
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue