王佳豪
2021-07-14 0142e910dffd0255a4a4a1192cedd2ba0b0e71ab
src/main/java/com/slcf/dao/WaitPakOutDao.java
@@ -31,6 +31,12 @@
//   @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")