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