1.补充补单设置相关接口
parent
d179dbbf49
commit
af87625995
@ -1,8 +1,14 @@
|
||||
<?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.glxp.api.dao.basic.BasicBusTypePreDao">
|
||||
|
||||
<select id="selectList" resultType="com.glxp.api.entity.basic.BasicBusTypePreEntity">
|
||||
select * from basic_bustype_pre
|
||||
select *
|
||||
from basic_bustype_pre
|
||||
</select>
|
||||
|
||||
<delete id="deleteByAction">
|
||||
delete
|
||||
from basic_bustype_pre
|
||||
where action = #{action}
|
||||
</delete>
|
||||
</mapper>
|
Loading…
Reference in New Issue