@ -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();