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