正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -479,9 +479,9 @@ func (ptr *CooperationStatisticsService) SearchDividendsEstimates(queryOptions m | @@ -479,9 +479,9 @@ func (ptr *CooperationStatisticsService) SearchDividendsEstimates(queryOptions m | ||
479 | return nil, err | 479 | return nil, err |
480 | } | 480 | } |
481 | queryOptions = tool_funs.SimpleStructToMap(&request) | 481 | queryOptions = tool_funs.SimpleStructToMap(&request) |
482 | - if request.DividendsAccountStatus == 2 { | ||
483 | - queryOptions["paymentStatus"] = int32(1) | ||
484 | - } | 482 | + //if request.DividendsAccountStatus == 2 { |
483 | + // queryOptions["paymentStatus"] = int32(1) | ||
484 | + //} | ||
485 | if request.DividendsAccountStatus == 3 { | 485 | if request.DividendsAccountStatus == 3 { |
486 | queryOptions["dividendsAccountStatus"] = int32(2) | 486 | queryOptions["dividendsAccountStatus"] = int32(2) |
487 | queryOptions["paymentStatus"] = int32(2) | 487 | queryOptions["paymentStatus"] = int32(2) |
-
请 注册 或 登录 后发表评论