瀏覽代碼

分裂列表的bug,修改完毕

LiRong 2 周之前
父節點
當前提交
e6111ae6d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      leromro-core/src/main/resources/mapper/core/VolunteerInfoMapper.xml

+ 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>