mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-09 18:53:46 +08:00
系统大量出现where("id",xx) fields("user_id") 固定字符串,修改按照统一规范使用dao.xxx.Columns().xxx
This commit is contained in:
@@ -197,7 +197,7 @@ func (s *sAdminOrder) PayNotify(ctx context.Context, in *payin.NotifyCallFuncInp
|
||||
func (s *sAdminOrder) Create(ctx context.Context, in *adminin.OrderCreateInp) (res *adminin.OrderCreateModel, err error) {
|
||||
var (
|
||||
subject = "支付订单"
|
||||
orderSn = payment.GenOrderSn()
|
||||
orderSn = payment.GenOrderSn(ctx)
|
||||
)
|
||||
|
||||
switch in.OrderType {
|
||||
|
||||
Reference in New Issue
Block a user