| | |
| | | |
| | | Integer getStockStatisCount(Map<String, Object> map); |
| | | |
| | | List<LocDetlAll> getStockStatisAll(Map<String, Object> map); |
| | | |
| | | Integer getStockStatisCountAll(Map<String, Object> map); |
| | | |
| | | List<LocDetl> 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}") |
| | |
| | | List<LocDetlAll> selectAllPyment(LocDetlDTO locDetlDTO); |
| | | |
| | | int selectAllPymentcount(LocDetlDTO locDetlDTO); |
| | | Double sumAll(); |
| | | |
| | | String selectLocNoF(String locNo); |
| | | } |