Browse Source

个人支付操作人查询

jianghan 5 months ago
parent
commit
4744c894e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/exportChargeService.go

+ 1 - 1
service/exportChargeService.go

@@ -190,7 +190,7 @@ func entCharge(data *resourcesCenter.ChargeReq) (resp *resourcesCenter.ChargeRes
 			Source:        int(data.Source),
 		}
 		if detailed.EntUserId > 0 {
-			jyOrm.Table("entniche_user").Select("CONCAT(NAME,'(',phone,')')").Where("id=?", detailed.EntUserId).Get(&detailed.Operator)
+			_, _ = jyOrm.Table("entniche_user").Select("CONCAT(NAME,'(',phone,')')").Where("id=?", detailed.EntUserId).Get(&detailed.Operator)
 		}
 		updateNum, err = souceOrm.Table(ConsumeRecord).Insert(&detailed)
 		if err != nil || updateNum <= 0 {