代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -8,7 +8,7 @@ namespace BLL
|
||||
/// </summary>
|
||||
public static class EquipmentSoftService
|
||||
{
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 根据主键获取软件管理
|
||||
@@ -69,7 +69,7 @@ namespace BLL
|
||||
{
|
||||
Model.SmartSite_EquipmentSoft newEquipmentSoft = Funs.DB.SmartSite_EquipmentSoft.FirstOrDefault(e => e.EquipmentSoftId == EquipmentSoft.EquipmentSoftId);
|
||||
if (newEquipmentSoft != null)
|
||||
{
|
||||
{
|
||||
newEquipmentSoft.EquipmentId = EquipmentSoft.EquipmentId;
|
||||
newEquipmentSoft.EquipmentSoftName = EquipmentSoft.EquipmentSoftName;
|
||||
newEquipmentSoft.EquipmentSoftModel = EquipmentSoft.EquipmentSoftModel;
|
||||
|
||||
Reference in New Issue
Block a user