作者 yangfu

合约详情人数统计限制修改

@@ -1677,7 +1677,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP @@ -1677,7 +1677,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP
1677 "companyId": companyId, 1677 "companyId": companyId,
1678 "orgId": orgId, 1678 "orgId": orgId,
1679 "cooperationProjectNumber": cooperationProjectNumber, 1679 "cooperationProjectNumber": cooperationProjectNumber,
1680 - "offsetLimitFlag": false, 1680 + "offsetLimit": false,
1681 }) 1681 })
1682 if err != nil { 1682 if err != nil {
1683 return err 1683 return err
@@ -1697,7 +1697,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP @@ -1697,7 +1697,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP
1697 "orgId": orgId, 1697 "orgId": orgId,
1698 "cooperationProjectNumber": cooperationProjectNumber, 1698 "cooperationProjectNumber": cooperationProjectNumber,
1699 "cooperationContractIds": cooperationContractIds, 1699 "cooperationContractIds": cooperationContractIds,
1700 - "offsetLimitFlag": false, 1700 + "offsetLimit": false,
1701 }) 1701 })
1702 if err != nil { 1702 if err != nil {
1703 return err 1703 return err