瀏覽代碼

z

ingredientmanage
zhaoy 9 月之前
父節點
當前提交
42accd2f1d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      BPA.SAAS.Manage.Application/AExternalPlatform/Service/Goods/Services/GoodsService.cs

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

@@ -441,6 +441,7 @@ namespace BPA.SAAS.Manage.Application.AExternalPlatform.Service.Goods.Services
{
var resEntity = new BPA_GoodsType();
resEntity.Id = Guid.NewGuid().ToString();
if (dto[i].Pid == null) dto[i].Pid = "0";
resEntity.Name = dto[i].Name;
resEntity.Pid = dto[i].Pid;
resEntity.Sort = dto[i].Sort;


Loading…
取消
儲存