#
18516761980
2022-08-31 a5ee5055f053cbb4f13710fc251adbd780f3a43f
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();
   /**