|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<!--查询标签定义的相关信息--> |
|
|
|
<select id="getLabelSettingList" parameterType="LabelSettingData" resultType="LabelSettingData"> |
|
|
|
SELECT ReportID labelNo, ReportFamily labelType, Reportfile labelName, ReportType labelClass, Remark remark, |
|
|
|
PrintDirection printDirection, ZplCode zplCode, PaperSize paperSize, PaperOrientation paperOrientation, |
|
|
|
PrintDirection printDirection, ZplCode zplCode, PaperSize paperSize, paper_id paperId, PaperOrientation paperOrientation, |
|
|
|
Dpi dpi, CanvasWidth canvasWidth, CanvasHeight canvasHeight,rfidFlag, |
|
|
|
PhysicalWidthMm physicalWidthMm, PhysicalHeightMm physicalHeightMm |
|
|
|
FROM ReportFileList |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<!--查询标签定义的相关信息按照标签的编码--> |
|
|
|
<select id="getLabelSettingByLabelNo" parameterType="java.lang.String" resultType="LabelSettingData"> |
|
|
|
SELECT ReportID labelNo, ReportFamily labelType, Reportfile labelName, ReportType labelClass, Remark remark, |
|
|
|
PrintDirection printDirection, ZplCode zplCode, PaperSize paperSize, PaperOrientation paperOrientation, |
|
|
|
PrintDirection printDirection, ZplCode zplCode, PaperSize paperSize, paper_id paperId, PaperOrientation paperOrientation, |
|
|
|
Dpi dpi, CanvasWidth canvasWidth, CanvasHeight canvasHeight,rfidFlag, |
|
|
|
PhysicalWidthMm physicalWidthMm, PhysicalHeightMm physicalHeightMm |
|
|
|
FROM ReportFileList |
|
|
|
|