Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
goods
Commits
c9d6288e
Commit
c9d6288e
authored
Sep 08, 2021
by
孟维甫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature_add_label_printer' into 'test'
Feature add label printer See merge request bp/goods!35
parents
bacc0427
44a4419c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OtaService.php
application/services/goods/OtaService.php
+1
-1
No files found.
application/services/goods/OtaService.php
View file @
c9d6288e
...
@@ -7,7 +7,7 @@ use App\Models\goods\mysql\Ota;
...
@@ -7,7 +7,7 @@ use App\Models\goods\mysql\Ota;
class
OtaService
class
OtaService
{
{
const
COLUMNS
=
[
'ota_id'
,
'ota_name'
,
'printer_sn'
,
'printer_key'
];
const
COLUMNS
=
[
'ota_id'
,
'ota_name'
,
'printer_sn'
,
'printer_key'
,
'label_printer_sn'
,
'label_printer_key'
];
/**
/**
* 获取供应商列表(op 后台)
* 获取供应商列表(op 后台)
* @param string $otaName
* @param string $otaName
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment