rabin 3 년 전
부모
커밋
581a05a254
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      app/cash/lib/Order.php

+ 0 - 6
app/cash/lib/Order.php

@@ -47,12 +47,6 @@ class Order
                 $update['fdate'] = $order['fdate'];
             }
         }
-        $update['type'] = $order['type'];
-        $update['type_id'] = $order['type_id'];
-        if ($order['source_type']) {
-            $update['source_type'] = $order['source_type'];
-            $update['source_id'] = $order['source_id'];
-        }
 
         if ($info && $jstype == 3) {