zhangguidong 2 anos atrás
pai
commit
81bbc25c95
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      application/api/controller/Pond.php

+ 1 - 0
application/api/controller/Pond.php

@@ -125,6 +125,7 @@ class Pond extends Api
             $v['show_image'] = $method_info['show_images'];
             $v['yutang_name'] = $method_info['yutang_name'];
             $v['moshi']    = $method_info['moshi'];
+            $v['m_type'] = $method_info['type'];
             $v['date'] = date('Y-m-d');
             $v['count'] = $order_code_model->where('time_id',$v['id'])->where($where)->count();
         }