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

main 44
hshansha 2 months ago
parent 8ca7584f8d
commit fb33cb788c

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

Loading…
Cancel
Save