|
|
@@ -19,7 +19,7 @@ import java.util.Date;
|
|
|
@Setter
|
|
|
@SearchBean(tables = "web_wholesale_order_don wod inner join web_wholesale_order_don_code_relate odr on wod.id = odr.order_id" +
|
|
|
" left join web_info wo on wo.id = wod.user_id" +
|
|
|
- " left join user u on u.id = odr.dh_user_id")
|
|
|
+ " left join wholesale_user u on u.id = odr.dh_user_id")
|
|
|
public class WebWholesaleCodeDetailView {
|
|
|
/**
|
|
|
* 店铺主id
|