This commit is contained in:
shengchanzhe 2023-12-25 12:02:14 +08:00
parent a5d6415dde
commit 327ba73be8

View File

@ -86,7 +86,7 @@ class CloudWarehouse extends BaseController
foreach ($cloud_product_arr as $key => $value) {
foreach ($list as $k => $v) {
if ($value['product_id'] == $v['product_id']) {
if ($value['mer_labels'] == ',6,') {
if ($value['mer_labels'] == ',5,') {
$list[$k]['mer_labels_name'] = '五日达';
} else {
$list[$k]['mer_labels_name'] = '次日达';