Commit e5f13cca by 李承祥

特殊科室编辑 抽取语句

parent 99e948ca
......@@ -1524,6 +1524,11 @@
<member name="P:Performance.DtoModels.ModModuleRequest.HospitalId">
<summary> 医院Id </summary>
</member>
<member name="P:Performance.DtoModels.ModModuleRequest.ConfigId">
<summary>
数据库地址
</summary>
</member>
<member name="P:Performance.DtoModels.ModModuleRequest.SheetType">
<summary> 类型 </summary>
</member>
......
......@@ -335,6 +335,7 @@ public mod_special EditSpecial(mod_special entity)
special.Target = entity.Target;
special.TargetFactor = entity.TargetFactor;
special.AdjustFactor = entity.AdjustFactor;
special.ExtractId = entity.ExtractId;
special.ConfigId = entity.ConfigId;
if (!perforModspecialRepository.Update(special))
throw new PerformanceException("修改失败!");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment