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); }