feat: #10000 库存合计更新
This commit is contained in:
parent
68f0f1ddd5
commit
f90df4c55c
@ -554,6 +554,10 @@ class GoodsSkusController extends Controller
|
|||||||
if (false !== strpos($externalSkuId, 'Z')) {
|
if (false !== strpos($externalSkuId, 'Z')) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
// 剔除测试CS
|
||||||
|
if (false !== strpos($externalSkuId, 'CS')) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
// 剔除N开头年宵花
|
// 剔除N开头年宵花
|
||||||
// if (false !== strpos($externalSkuId, 'N')) {
|
// if (false !== strpos($externalSkuId, 'N')) {
|
||||||
// continue;
|
// continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user