王佳豪
2021-07-14 0142e910dffd0255a4a4a1192cedd2ba0b0e71ab
src/main/resources/mapper/WaitPakOutMapper.xml
@@ -46,6 +46,10 @@
   select count(*) from cust_wait_pakout where ems_status = 1
</select>
<select id="queryWaitOutPak" resultType="com.slcf.pojo.WaitPakOutBean">
   select * from cust_wait_pakout where vlpla = #{vlpla} and matnr = #{matnr}
</select>
<select id="getWaitPakOutCount" parameterType="com.slcf.bean.WaitPakOutCondition"   resultType="Integer">
select count(1) from cust_wait_pakout a
<where>