|
@@ -45,7 +45,8 @@
|
|
qrc.id as repertoryColumnId,
|
|
qrc.id as repertoryColumnId,
|
|
qrc.sort_number,
|
|
qrc.sort_number,
|
|
qrc.alias,
|
|
qrc.alias,
|
|
- qbs.split_num
|
|
|
|
|
|
+ qbs.split_num,
|
|
|
|
+ qbs.id as splitId
|
|
from qr_box_code_format_split qbs
|
|
from qr_box_code_format_split qbs
|
|
inner join qr_repertory qr on qr.id=qbs.qr_repertory_id
|
|
inner join qr_repertory qr on qr.id=qbs.qr_repertory_id
|
|
inner join qr_repertory_column qrc on qr.id=qrc.qr_repertory_id
|
|
inner join qr_repertory_column qrc on qr.id=qrc.qr_repertory_id
|