|
@@ -80,7 +80,7 @@
|
|
where collageId = #{collageId} and co.receiptStatus = 3
|
|
where collageId = #{collageId} and co.receiptStatus = 3
|
|
</select>
|
|
</select>
|
|
<select id="findMemberList" resultType="com.caimei.modules.hehe.entity.CmHeheCollageMember">
|
|
<select id="findMemberList" resultType="com.caimei.modules.hehe.entity.CmHeheCollageMember">
|
|
- select chu.nickName,cm.launchFlag,chu.mobile,chu.userIdentity,co.orderTime,co.orderNo
|
|
|
|
|
|
+ select chu.nickName,cm.launchFlag,chu.mobile,chu.userIdentity,co.orderTime,co.orderNo,co.orderID as orderId
|
|
from cm_hehe_collage_member cm
|
|
from cm_hehe_collage_member cm
|
|
left join user u on cm.userId = u.userID
|
|
left join user u on cm.userId = u.userID
|
|
left join cm_hehe_user chu on u.userID = chu.userId
|
|
left join cm_hehe_user chu on u.userID = chu.userId
|