| | |
| | | |
| | | List<ManLocDetl> getStockStatisExcel(); |
| | | |
| | | @Select("select sum(a.anfme) as sum from asr_loc_detl a left join asr_loc_mast b on a.loc_no = b.loc_no where b.loc_sts = 'F' and a.matnr = #{matnr}") |
| | | @Select("select sum(a.anfme) as sum from man_loc_detl where matnr = #{matnr}") |
| | | Double selectSumAnfmeByMatnr(@Param("matnr") String matnr); |
| | | |
| | | List<ManLocDetl> selectPakoutByRule(String matnr); |
| | |
| | | List<StockVo> queryStockTotal(); |
| | | |
| | | |
| | | Integer sum(); |
| | | Double sum(); |
| | | |
| | | List<ManLocDetl> unreason(); |
| | | |
| | |
| | | List<ManLocDetl> listByOutPage(Map<String, Object> condition); |
| | | |
| | | long listByOutPageCount(Map<String, Object> condition); |
| | | |
| | | List<ManLocDetl> selectAllPage(Map<String, Object> condition); |
| | | |
| | | long selectAllPageSize(Map<String, Object> condition); |
| | | } |