Commit aa4491e7 authored by 罗林杰's avatar 罗林杰

修改查询

parent ae431c4a
......@@ -388,7 +388,7 @@
mem_info.del_flag = '0'
) AS pic_ids ON m.business_id = pic_ids.business_id
LEFT JOIN oss_info pic_urls ON pic_ids.mem_picture_id = pic_urls.business_id
LEFT JOIN oss_info oss ON m.mem_education_picture_id = oi.business_id
LEFT JOIN oss_info oss ON m.mem_education_picture_id = oss.business_id
where m.business_id = #{businessId}
</select>
......
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