소스 검색

更新

tags/v4.3.1
huangjiajun 1 년 전
부모
커밋
f2e29f3ac9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go 파일 보기

@@ -43,7 +43,7 @@ func AddOrder(eg *xorm.Engine, req map[string]string) {
}
var data = &model.MallOrdCapitalPoolTotal{
Uid: zhios_order_relate_utils.StrToInt(req["uid"]),
Price: req["price"],
OtherPrice: req["price"],
LeavePrice: req["price"],
Num: 1,
UpdateTime: time.Now(),


불러오는 중...
취소
저장