|
@@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</insert>
|
|
|
<select id="selectByUserId" resultType="com.leromro.core.domain.vo.MainOrdersVO">
|
|
|
select
|
|
|
- lmo.*,lvi.name from l_main_orders lmo left join l_volunteer_info lvi on lmo.volunteer_id = lvi.volunteer_id
|
|
|
+ lmo.*,lvi.name ,lvi.skill_describe from l_main_orders lmo left join l_volunteer_info lvi on lmo.volunteer_id = lvi.volunteer_id
|
|
|
<where>
|
|
|
<if test="orderStatus != null and orderStatus != ''">
|
|
|
and order_status = #{orderStatus}
|