|
@@ -551,9 +551,9 @@ func (m *UserDAO) OpenForbidUser(forbid *model.TaForbidUser) error {
|
551
|
551
|
// UserWithCouponAndCard 用户关联卡券信息
|
552
|
552
|
type UserWithCouponAndCard struct {
|
553
|
553
|
model.SysUser `xorm:"extends"`
|
554
|
|
- CustomerCoupon []model.TaCustomerCoupon
|
555
|
|
- CustomerCard []model.TaCustomerCard
|
556
|
|
- OrdersDetail []model.TaGoodsOrdersDetail
|
|
554
|
+ CustomerCoupon []model.TaCustomerCoupon `xorm:"-"`
|
|
555
|
+ CustomerCard []model.TaCustomerCard `xorm:"-"`
|
|
556
|
+ OrdersDetail []model.TaGoodsOrdersDetail `xorm:"-"`
|
557
|
557
|
}
|
558
|
558
|
|
559
|
559
|
// GetCaseUserByType 获取案场所有销售信息
|