三楼人工库逻辑等
This commit is contained in:
@@ -663,7 +663,6 @@ where carry_code = '{coderesult}' and status = '{WmsWareHouseConst.TASK_BILL_STA
|
||||
if (_wareHouseService.s_taskExecuteSemaphore_YCLOutstock.CurrentCount == 0)
|
||||
return;
|
||||
|
||||
|
||||
var YCLInnerTransfer = await db_YCLInternalTransfer.Queryable<BasFactoryConfig>().Where(p => p.key == "YCLInnerTransfer").FirstAsync();
|
||||
// 0则不进行移转
|
||||
if (YCLInnerTransfer != null && YCLInnerTransfer.value == "0")
|
||||
|
||||
Reference in New Issue
Block a user