|
@@ -110,7 +110,7 @@
|
|
|
|
|
|
<select id="getbasiclinkageforeList" parameterType="CenterdataTFirecontrolBasicLinkageForce"
|
|
|
resultType="map">
|
|
|
- SELECT d.ancestors ancestors,a.dept_id deptId,a.forklift_num forkliftNum,a.fire_fighting_truck_num fightingNum
|
|
|
+ SELECT d.ancestors ancestors,a.dept_id deptId,a.forklift_num forkliftNum,a.fire_fighting_truck_num fightingNum,a.fire_fighting_truck_tonnage ton
|
|
|
from centerdata_t_firecontrol_basic_linkage_force a
|
|
|
left join ${database_system}.sys_dept d on a.dept_id = d.dept_id
|
|
|
WHERE 1=1 ${params.dataScope}
|