| | |
| | | |
| | | Integer getStockStatisCountAll(Map<String, Object> map); |
| | | |
| | | List<LocDetlAll> getOwnerStatisAll(Map<String, Object> map); |
| | | |
| | | Integer getOwnerStatisAllCount(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}") |
| | |
| | | String selectLocNoF(String locNo); |
| | | |
| | | List<LocDetl> queryStock3(String matnr, String batch, int owner); |
| | | List<LocDetlAll> selectOwnerAllAnfme(); |
| | | } |