#
18516761980
2021-12-27 55b36b1279fd11feafde05a65ec835f55aa89850
src/main/java/com/slcf/dao/WaitCheckDao.java
@@ -72,4 +72,12 @@
   @Select("select * from cust_wait_check a left join bas_mat_code b on a.mat_no=b.mat_no "
         + "where barcode=#{barcode}  order by sheet_no,a.mat_no desc")
   public List<WaitCheckBean> getApiWaitCheckList(@Param("barcode")String barcode);
   /**
    * 查询信息
    * @param
    * @return
    */
   @Select("select * from cust_wait_check where lgpla=#{locNo}")
   public WaitCheckBean getWaitCheckByLoc(@Param("locNo")String locNo);
}