Browse Source

z

ingredientmanage
zhaoy 9 months ago
parent
commit
42accd2f1d
1 changed files with 1 additions and 0 deletions
  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 View File

@@ -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…
Cancel
Save