shish 3 жил өмнө
parent
commit
bf819d04a6

+ 1 - 2
app-hd/controllers/LjhController.php

@@ -71,8 +71,7 @@ class LjhController extends BaseController
             $post['orderSn'] = $orderSn;
             $post['orderSn'] = $orderSn;
 
 
             if (getenv('YII_ENV') == 'production') {
             if (getenv('YII_ENV') == 'production') {
-                //$price = bcsub(790, 20, 2);
-                $price = bcsub(20.05, 20, 2);
+                $price = bcsub(790, 20, 2);
             } else {
             } else {
                 $price = bcsub(20.05, 20, 2);
                 $price = bcsub(20.05, 20, 2);
             }
             }