|
@@ -454,6 +454,9 @@
|
|
|
FROM student_payment_order spo
|
|
|
LEFT JOIN sys_user u on spo.user_id_ = u.id_
|
|
|
LEFT JOIN student_payment_order_detail spod on spo.id_ = spod.payment_order_id_
|
|
|
+ <if test='orderType != null and orderType.toString()=="0".toString()'>
|
|
|
+ LEFT JOIN organization o on spo.organ_id_ = o.id_
|
|
|
+ </if>
|
|
|
<if test='orderType != null and orderType.toString()=="1".toString()'>
|
|
|
LEFT JOIN organization o on spo.organ_id_ = o.id_
|
|
|
</if>
|