工程管理

This commit is contained in:
15856 2024-12-05 13:57:13 +08:00
parent e0bbf735bd
commit 4cfe652021
1 changed files with 1 additions and 1 deletions

View File

@ -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}