Browse Source

卷标签获取客户编号 2022-06-22 sxm

master
[li_she] 4 years ago
parent
commit
bb7b3e4178
  1. 2
      src/main/resources/mapper/print/RollPrintMapper.xml

2
src/main/resources/mapper/print/RollPrintMapper.xml

@ -13,7 +13,7 @@
</foreach>
</select>
<select id="getRollCustomer" resultType="java.util.Map">
Select 客户编码 as customer_id,数量,每卷数量 from view_Print_Roll_Label
Select 客户编码 as customerId,数量,每卷数量 from view_Print_Roll_Label
where 卷号= #{rollNo}
</select>
<select id="getRollPrintData" resultType="java.util.Map">

Loading…
Cancel
Save