qushaowei
2025-05-26 ed48aa9f30a87c528f071d06bf6b59d7d15428e9
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/base/mapper/xml/WarehouseLocationMapper.xml
@@ -2,4 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.jeecg.modules.base.mapper.WarehouseLocationMapper">
    <select id="getByName" resultType="org.jeecg.modules.base.entity.WarehouseLocation">
        select * from  mom_base_warehouse_location  where name = #{name} and del_flag = 0
    </select>
</mapper>