符号错误
This commit is contained in:
@@ -146,7 +146,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
{
|
{
|
||||||
|
|
||||||
var data = await _db.Queryable<WmsTempCode>().Where(p => p.barcode == code).FirstAsync();
|
var data = await _db.Queryable<WmsTempCode>().Where(p => p.barcode == code).FirstAsync();
|
||||||
if(data==null)
|
if (data == null)
|
||||||
throw new AppFriendlyException("没有条码信息", 500);
|
throw new AppFriendlyException("没有条码信息", 500);
|
||||||
var result = data.Adapt<CarryMaterialDetail>();
|
var result = data.Adapt<CarryMaterialDetail>();
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user