#
mrzhssss
2022-08-30 c5588f43f8d7ebd8a982f95c8d265a520d5e0628
src/main/java/com/slcf/dao/WaitPakOutDao.java
@@ -127,7 +127,7 @@
    * 查询最早一笔待打印标签数据,action=2单独打印模式,prnstatus=1需求打印状态
    * @return
    */
   @Select("select top 1 * from cust_wait_pakout where status='Y' and io_status='N' and action=2 and prnstatus=1 order by io_status desc,modi_time asc")
   @Select("select top 1 * from cust_wait_pakout where status='Y' and io_status='N' and action=2 and (prnstatus=1 or prnstatus=3) order by io_status desc,modi_time asc")
   public WaitPakOutBean getWaitPakOutPrint();
   /**