north-glass-erp/src/main/resources/mapper/mm/BasicWarehouseType.xml
New file @@ -0,0 +1,18 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.example.erp.mapper.mm.BasicWarehouseTypeMapper"> <select id="getBasicWarehouseTypeTakeOut" > select * from mm.basic_warehouse_type where operate_type='领出'; </select> <select id="getBasicWarehouseTypeRework" > select * from mm.basic_warehouse_type where operate_type='返工'; </select> </mapper>