更新
This commit is contained in:
parent
a5d6415dde
commit
327ba73be8
@ -86,7 +86,7 @@ class CloudWarehouse extends BaseController
|
|||||||
foreach ($cloud_product_arr as $key => $value) {
|
foreach ($cloud_product_arr as $key => $value) {
|
||||||
foreach ($list as $k => $v) {
|
foreach ($list as $k => $v) {
|
||||||
if ($value['product_id'] == $v['product_id']) {
|
if ($value['product_id'] == $v['product_id']) {
|
||||||
if ($value['mer_labels'] == ',6,') {
|
if ($value['mer_labels'] == ',5,') {
|
||||||
$list[$k]['mer_labels_name'] = '五日达';
|
$list[$k]['mer_labels_name'] = '五日达';
|
||||||
} else {
|
} else {
|
||||||
$list[$k]['mer_labels_name'] = '次日达';
|
$list[$k]['mer_labels_name'] = '次日达';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user