Explorar o código

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng %!s(int64=2) %!d(string=hai) anos
pai
achega
48ecfe3aaa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/admin/controller/After.php

+ 1 - 0
app/admin/controller/After.php

@@ -1251,6 +1251,7 @@ class After extends Base
             ->field('g.*,gp.skuCode')
             ->join('good_platform gp', 'gp.spuCode=g.spuCode AND gp.exam_status=6')
             ->where('g.spuCode', $spuCode)
+            ->where('gp.skuCode', $old_sale['skuCode'])
             ->find();
 
         if (empty($goodinfo)) return error_show(1005, '查不到这个商品,或该商品已下线无法售后');