|
|
@@ -643,13 +643,19 @@ class PurchaseController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if ($ghsShopId == 86726) {
|
|
|
+ //藏花林
|
|
|
+ if($respond->transType != 4 || $respond->transType != 5){
|
|
|
+ util::fail('请选送货上门或自取');
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
} else {
|
|
|
|
|
|
//好运鲜花批发,选择送货上门必须选必选商品
|
|
|
if ($ghsShopId == 36523) {
|
|
|
- $hasMust = array_intersect($ids, [25846, 34238, 86042]);
|
|
|
- if (empty($hasMust)) {
|
|
|
- //util::fail('请返回选择 必选商品');
|
|
|
+ if($respond->transType != 4 || $respond->transType != 5){
|
|
|
+ util::fail('请选送货上门或自取');
|
|
|
}
|
|
|
}
|
|
|
|