Browse Source

添加mes打印字对应字段 2022年11月3日 sxm

master
[li_she] 3 years ago
parent
commit
beee2e0ec7
  1. 5
      src/main/resources/mapper/print/OutboxPrintMapper.xml

5
src/main/resources/mapper/print/OutboxPrintMapper.xml

@ -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>
Loading…
Cancel
Save