| | |
| | | // @Select("select top (#{epage}) a.*,b.loc_desc loc_sts_name from cust_wait_pakout a,asr_bas_loc_type b where a.loc_sts=b.loc_sts and loc_no not in " |
| | | // + " (select top (#{spage}) loc_no from cust_wait_pakout order by loc_no asc) order by loc_no asc") |
| | | public List<WaitPakOutBean> queryWaitPakOutList(WaitPakOutCondition waitPakOutCon); |
| | | |
| | | public Integer waitPakOutSetEms(@Param("lgnum") String lgnum, @Param("tanum") int tanum, @Param("tapos") int tapos); |
| | | |
| | | public Integer countEmsNum(); |
| | | |
| | | public List<WaitPakOutBean> queryWaitOutPak(@Param("vlpla") String vlpla, @Param("matnr") String matnr); |
| | | |
| | | // //统计所有数据总数量 |
| | | // @Select("select count(*) from cust_wait_pakout") |