作者 sgj

协议时间添加

@@ -629,7 +629,7 @@ class Index extends Api @@ -629,7 +629,7 @@ class Index extends Api
629 $this->error('请先链接蓝牙', 0); 629 $this->error('请先链接蓝牙', 0);
630 die; 630 die;
631 } 631 }
632 - $map['BatteryCode'] = ['LIKE', '%' . $battery_code[1] . '%']; 632 + $map['BatteryCode'] = ['LIKE', '%' . $battery_code[0] . '%'];
633 //用户电池分类ID 633 //用户电池分类ID
634 $Id = Db::name('battery_code')->where($map)->value('id'); 634 $Id = Db::name('battery_code')->where($map)->value('id');
635 if (empty($Id)) { 635 if (empty($Id)) {