| | |
| | | </where> |
| | | </select> |
| | | |
| | | <update id="waitPakOutSetEms"> |
| | | update cust_wait_pakout set ems_status = 1 where lgnum=#{lgnum} and tanum = #{tanum} and tapos = #{tapos} |
| | | </update> |
| | | |
| | | <select id="countEmsNum" resultType="integer"> |
| | | select count(*) from (select vlpla from cust_wait_pakout where ems_status = 1 group by vlpla) t; |
| | | </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> |