正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -36,7 +36,7 @@ func StatisticsV2(header *protocol.RequestHeader, request *protocol.DividendStat | @@ -36,7 +36,7 @@ func StatisticsV2(header *protocol.RequestHeader, request *protocol.DividendStat | ||
| 36 | log.Error(e) | 36 | log.Error(e) |
| 37 | } | 37 | } |
| 38 | err = transactionContext.CommitTransaction() | 38 | err = transactionContext.CommitTransaction() |
| 39 | - if e != nil { | 39 | + if err != nil { |
| 40 | return nil, err | 40 | return nil, err |
| 41 | } | 41 | } |
| 42 | //获取营销年 | 42 | //获取营销年 |
-
请 注册 或 登录 后发表评论