|
|
|
@ -17,6 +17,7 @@ |
|
|
|
<select id="getReportSubFileList" resultType="java.util.Map"> |
|
|
|
exec Get_Report_SubFileList #{reportId},#{customerId},#{reportFamily},#{defaultFlag} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getBoxLabelPrintData" resultType="java.util.Map"> |
|
|
|
Select top 1 * from view_Print_Box_Label |
|
|
|
<where> |
|
|
|
@ -28,6 +29,10 @@ |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
<select id="getBoxLabelPrintRollData" resultType="java.util.Map"> |
|
|
|
Select top 1 * from dbo.view_Print_Box_Label_SO |
|
|
|
where 卷号=#{rollNo} |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
</mapper> |