shish hace 5 años
padre
commit
2e5aea7cd8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      common/components/orderSn.php

+ 2 - 2
common/components/orderSn.php

@@ -250,9 +250,9 @@ class orderSn
     //零售采购单的退款单 shish 20219628
     public static function getCgRefundSn()
     {
-        $prefix = 'CGTK_CS';
+        $prefix = 'RD_CS';
         if (getenv('YII_ENV', 'local') == 'production') {
-            $prefix = 'CGTK';
+            $prefix = 'RD';
         }
         $respond = CgRefundSnClass::add(['id' => null]);
         $id = $respond['id'] ?? 0;