|
@@ -207,8 +207,8 @@ func (ptr *CooperationStatisticsService) cooperationModeStatistics(mode *domain. |
|
@@ -207,8 +207,8 @@ func (ptr *CooperationStatisticsService) cooperationModeStatistics(mode *domain. |
207
|
func (ptr *CooperationStatisticsService) CompanyDividendsStatistics(queryOptions map[string]interface{}) (interface{}, error) {
|
207
|
func (ptr *CooperationStatisticsService) CompanyDividendsStatistics(queryOptions map[string]interface{}) (interface{}, error) {
|
208
|
// 参数验证
|
208
|
// 参数验证
|
209
|
var request = struct {
|
209
|
var request = struct {
|
210
|
- CompanyId int64 `json:"companyId" valid:"Required"`
|
|
|
211
|
- OrgId int64 `json:"orgId" valid:"Required"`
|
210
|
+ CompanyId int64 `json:"companyId" ` //valid:"Required"
|
|
|
211
|
+ OrgId int64 `json:"orgId" ` //valid:"Required"
|
212
|
Action int `json:"action" valid:"Required"`
|
212
|
Action int `json:"action" valid:"Required"`
|
213
|
}{}
|
213
|
}{}
|
214
|
if err := LoadQueryObject(queryOptions, &request); err != nil {
|
214
|
if err := LoadQueryObject(queryOptions, &request); err != nil {
|