|
|
@@ -16,7 +16,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@SearchBean(tables = "(select id,user_id,money,refund_money,created_time from user_mirror_shop_fee_order_don uor where :yhs_id: and uor.status not in ('close','noPayment') :time:) od" +
|
|
|
+@SearchBean(tables = "(select id,user_id,money,refund_money,created_time from user_mirror_shop_fee_order_don o where :yhs_id: and o.status not in ('close','noPayment') :time:) od" +
|
|
|
" inner join user_mirror_shop_distribute_waiting_send_points dp on dp.order_id = od.id and dp.type = 2")
|
|
|
public class UserMirrorShopDsJoinOrderDetailView {
|
|
|
|