评测得分结果更新生成提示

main 44
hshansha 2 months ago
parent 8ca7584f8d
commit fb33cb788c

@ -253,9 +253,10 @@ public class KhKhrwResultServiceImpl implements IKhKhrwResultService
if(isUpdate){ if(isUpdate){
pcResult.setId(pc.getPcResultId()); pcResult.setId(pc.getPcResultId());
this.updateKhKhrwResult(pcResult); this.updateKhKhrwResult(pcResult);
return AjaxResult.success("更新成功");
}else{ }else{
this.insertKhKhrwResult(pcResult); this.insertKhKhrwResult(pcResult);
}
return AjaxResult.success(); return AjaxResult.success();
} }
} }
}

Loading…
Cancel
Save