...
|
...
|
@@ -1677,7 +1677,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP |
|
|
"companyId": companyId,
|
|
|
"orgId": orgId,
|
|
|
"cooperationProjectNumber": cooperationProjectNumber,
|
|
|
"offsetLimitFlag": false,
|
|
|
"offsetLimit": false,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return err
|
...
|
...
|
@@ -1697,7 +1697,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationP |
|
|
"orgId": orgId,
|
|
|
"cooperationProjectNumber": cooperationProjectNumber,
|
|
|
"cooperationContractIds": cooperationContractIds,
|
|
|
"offsetLimitFlag": false,
|
|
|
"offsetLimit": false,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return err
|
...
|
...
|
|