Commit c2f8da94 authored by wujiang's avatar wujiang

提交xml

parent 8c219185
......@@ -700,9 +700,12 @@
</select>
<select id="getCarCategoryCountByCategoryID" resultType="Integer">
SELECT count(1) count
FROM `wl_car` LEFT JOIN wl_equipment
on wl_car.equipment_id = wl_equipment.id
WHERE wl_equipment.category_id = #{categoryID}
FROM `wl_car`
LEFT JOIN wl_equipment on wl_car.equipment_id = wl_equipment.id
WHERE wl_equipment.category_id = #{categoryID}
<if test="orgCode != null">
AND wl_car.biz_org_code LIKE CONCAT(#{orgCode},'%')
</if>
</select>
<select id="getCarEquipStateInfo" resultType="com.yeejoin.equipmanage.common.entity.dto.CarEquipStateInfoDto">
SELECT car_num carNum,biz_org_name bizOrgName,extra2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment