库存处理

This commit is contained in:
2026-04-11 10:58:35 +08:00
parent 98fb3dc53a
commit 65b5295edc
2 changed files with 23 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ class Base
}elseif (strstr($data_arr['operate_type'], 'del')) {
$operate_type = 'del';
}elseif (strstr($data_arr['operate_type'], 'cleanup')) {
$operate_type = 'cleanup';
$operate_type = ' ';
}elseif (strstr($data_arr['operate_type'], 'clearOrder')) {
$operate_type = 'clearOrder';
}elseif (strstr($data_arr['operate_type'], 'batch')) {