工程管理
This commit is contained in:
parent
e0bbf735bd
commit
4cfe652021
|
|
@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</if>
|
||||
</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
|
||||
<if test="province!=null and province != ''">
|
||||
AND province = #{province}
|
||||
|
|
|
|||
Loading…
Reference in New Issue