|
@@ -39,7 +39,7 @@ public class CaseSettingsController {
|
|
|
|
|
|
@PostMapping("/saveOrUpdate")
|
|
|
public ResultData saveOrUpdate(@RequestBody CaseSettings caseSettings){
|
|
|
- if(caseSettings.getCaseId() == null){
|
|
|
+ if(caseSettings.getFusionId() == null){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
if(caseSettings.getSettingsId() == null ){
|