作者 王智

修复生成订单号 失败

@@ -624,6 +624,8 @@ class Index extends Api @@ -624,6 +624,8 @@ class Index extends Api
624 { 624 {
625 $Arr = Db::name('stor')->select(); 625 $Arr = Db::name('stor')->select();
626 $Code = input('battery_code'); 626 $Code = input('battery_code');
  627 + $battery_code = explode('-', $Code);
  628 + $map['BatteryCode'] = ['LIKE', '%' . $battery_code[1] . '%'];
627 if (empty($Code) || $Code == '' || $Code == "" || $Code == null) { 629 if (empty($Code) || $Code == '' || $Code == "" || $Code == null) {
628 $this->error('请先链接蓝牙', 0); 630 $this->error('请先链接蓝牙', 0);
629 die; 631 die;