|
|
@@ -915,8 +915,8 @@ func GenExpressPassword(expressNo string) string {
|
|
|
func GetNotInvovedAmount(promotionId int64, orderId string) int64 {
|
|
|
|
|
|
type PromotionPds struct {
|
|
|
- ProductId int64 `orm:"column(product_id)"`
|
|
|
- Nums int64 `orm:"column(nums)"`
|
|
|
+ ProductId int64 `orm:"column(product_id)" json:"product_id"` // int(11)
|
|
|
+ Nums int64 `orm:"column(nums)" json:"nums"` // int(11)
|
|
|
}
|
|
|
|
|
|
sql := `
|