zhou zhou
4 天以前 24bee1a669c3f01f4c3ce7c6f4f4e2e37fe3dfe2
rsf-server/src/main/java/com/vincent/rsf/server/manager/mapper/LocItemMapper.java
@@ -14,5 +14,5 @@
@Repository
public interface LocItemMapper extends BaseMapper<LocItem> {
    List<LocItem> listByMatnr(@Param("type") String type, @Param(Constants.WRAPPER) LambdaQueryWrapper<LocItem> matnr);
    List<LocItem> listByMatnr(@Param("type") String type, @Param("channel") String channel, @Param(Constants.WRAPPER) LambdaQueryWrapper<LocItem> matnr);
}