...
|
...
|
@@ -714,7 +714,7 @@ class Common extends Api |
|
|
}
|
|
|
$map['BatteryCode'] = ['LIKE', '%' . $Code . '%'];
|
|
|
//用户电池分类ID
|
|
|
$Id = Db::name('battery_code')->where($map)->value('id');
|
|
|
$Id = Db::name('battery_code')->where($map)->find();
|
|
|
if (empty($Id)) {
|
|
|
$this->error('系统没有找到该电池分类', 0);
|
|
|
die;
|
...
|
...
|
|