@ -903,6 +903,9 @@ class StoreOrderRepository extends BaseRepository
|
||||
case 8:
|
||||
$param['StoreOrder.paid'] = 1;
|
||||
break; // 已支付
|
||||
case 20:
|
||||
$param['StoreOrder.status'] = 2;
|
||||
break; // 已收货的商品才可以继续导入
|
||||
default:
|
||||
unset($param['StoreOrder.is_del']);
|
||||
break; // 全部
|
||||
@ -1709,6 +1712,7 @@ class StoreOrderRepository extends BaseRepository
|
||||
{
|
||||
$status = $where['status'] ?? '';
|
||||
unset($where['status']);
|
||||
halt($where);
|
||||
// 未支付订单
|
||||
if ($status == 1) {
|
||||
$query = $this->dao->search($where)->where($this->getOrderType($status))->whereRaw("(StoreOrder.paid=0 and StoreOrder.pay_type!=8) or (StoreOrder.paid=1 and StoreOrder.pay_type=8 and StoreOrder.status=2)")->where('StoreOrder.is_del', 0);
|
||||
|
BIN
public/static.dev/ajcaptcha/1.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/static.dev/ajcaptcha/2.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/static.dev/ajcaptcha/3.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/static.dev/ajcaptcha/4.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/static.dev/ajcaptcha/5.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/static.dev/ajcaptcha/6.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/static.dev/images/plant-header.png
Normal file
After Width: | Height: | Size: 843 KiB |
@ -0,0 +1,3 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=about:internet
|
BIN
public/static/ajcaptcha/1.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/static/ajcaptcha/2.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/static/ajcaptcha/3.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/static/ajcaptcha/4.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/static/ajcaptcha/5.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/static/ajcaptcha/6.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/static/images/plant-header.png
Normal file
After Width: | Height: | Size: 843 KiB |
3
public/static/images/plant-header.png:Zone.Identifier
Normal file
@ -0,0 +1,3 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=about:internet
|