工程管理
This commit is contained in:
parent
e0bbf735bd
commit
4cfe652021
|
|
@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<!--设备分布-->
|
<!--设备分布-->
|
||||||
<select id="getEquipmentDisByMap" resultType="com.bonus.sgzb.largeScreen.domain.EquipmentDisVo">
|
<select id="getEquipmentDisByMap" resultType="com.bonus.sgzb.material.domain.EquipmentDis">
|
||||||
select count(*) as num,province from bm_project_lot where province is not null
|
select count(*) as num,province from bm_project_lot where province is not null
|
||||||
<if test="province!=null and province != ''">
|
<if test="province!=null and province != ''">
|
||||||
AND province = #{province}
|
AND province = #{province}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue