mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
commit
93dc936020
@ -541,6 +541,11 @@ class GoodsSkusController extends Controller
|
|||||||
$roseNum += $stock;
|
$roseNum += $stock;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
// 多头玫瑰
|
||||||
|
if (false !== strpos($externalSkuId, 'D')) {
|
||||||
|
$roseNum += $stock;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
// 草花剔除A开头
|
// 草花剔除A开头
|
||||||
if (false !== strpos($externalSkuId, 'A')) {
|
if (false !== strpos($externalSkuId, 'A')) {
|
||||||
continue;
|
continue;
|
||||||
@ -550,9 +555,9 @@ class GoodsSkusController extends Controller
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// 剔除N开头年宵花
|
// 剔除N开头年宵花
|
||||||
if (false !== strpos($externalSkuId, 'N')) {
|
// if (false !== strpos($externalSkuId, 'N')) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
$otherNum += $stock;
|
$otherNum += $stock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user