正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论