1
This commit is contained in:
@@ -226,7 +226,6 @@ func QueryOrderDetail(typeCode int, orderNo string) (*bida.OrderDetail, error) {
|
||||
|
||||
// QueryUserOrderList 查询用户订单列表
|
||||
func QueryUserOrderList(userId string, expressType, orderStatus int, pageNum, pageSize int, orderNo string) ([]*model.UserOrderList, error) {
|
||||
userId = `14D0DA61F2A211EC999A525400C36BDA`
|
||||
sql := `
|
||||
SELECT a.type,a.other_way_bill,a.local_way_bill,a.user_id,a.receive_address_id,a.sender_address_id,
|
||||
a.created_at,a.order_status,a.channel_fee,add1.consignee_name send_user_name,add2.consignee_name receive_user_name,
|
||||
|
||||
Reference in New Issue
Block a user