浏览代码

提交

groupmealmanage
gwbvipvip 8 个月前
父节点
当前提交
d2fded8b59
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs

+ 1
- 0
BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs 查看文件

@@ -552,6 +552,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services
{
item2.Id = thisitem.Id;
item2.GroupId = thisitem.GroupId;
item2.CreateBy = string.IsNullOrEmpty(item2.CreateBy) ? "" : item2.CreateBy;
_db.Updateable(item2).ExecuteCommand();
}
else


正在加载...
取消
保存