首检添加数据看板
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
using System;
|
||||
using SqlSugar;
|
||||
using Infrastructure.Attribute;
|
||||
using Infrastructure.Extensions;
|
||||
using ZR.Model;
|
||||
using ZR.Model.Dto;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Repository;
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using ZR.Service.mes.wms.IService;
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.wms;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
using Microsoft.AspNetCore.Http.HttpResults;
|
||||
using ZR.Repository;
|
||||
using ZR.Service.mes.wms.IService;
|
||||
|
||||
namespace ZR.Service.mes.wms
|
||||
{
|
||||
@@ -156,7 +153,7 @@ namespace ZR.Service.mes.wms
|
||||
result = AddBlankInventory(item.BlankNum, 1, parm.CreatedBy, parm.CreatedTime);
|
||||
}
|
||||
}
|
||||
if(result > 0)
|
||||
if (result > 0)
|
||||
{
|
||||
num++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user