Browse Source

分裂列表的bug,修改完毕

LiRong 2 weeks ago
parent
commit
e6111ae6d0

+ 1 - 1
leromro-core/src/main/resources/mapper/core/VolunteerInfoMapper.xml

@@ -104,7 +104,7 @@
             <if test="skillDescribe != null  and skillDescribe != ''"> and lvi.skill_describe = #{skillDescribe}</if>
             <if test="city != null  and city != ''"> and lvi.city = #{city}</if>
             <if test="address != null  and address != ''"> and lvi.address = #{address}</if>
-             <if test="businessManagementId != null and businessManagementId != '' ">and lvi.business_management_id in (select lbm.business_management_id from l_business_management where find_in_set(#{businessManagementId},lbm.ancestors) ) or lvi.business_management_id = 28 </if>
+             <if test="businessManagementId != null and businessManagementId != '' ">and lvi.business_management_id in (select lbm.business_management_id from l_business_management where find_in_set(#{businessManagementId},lbm.ancestors) ) or lvi.business_management_id = #{businessManagementId} </if>
     </select>