Commit edb8ee74 by fengshuonan

mapper的简称改为全称

parent cb40ea31
......@@ -16,14 +16,14 @@
id, num, pid, name,code,tips
</sql>
<select id="selectByCode" resultType="dict">
<select id="selectByCode" resultType="cn.stylefeng.guns.modular.system.model.Dict">
select
<include refid="Base_Column_List"/>
from sys_dict
where code = #{code}
</select>
<select id="selectByParentCode" resultType="dict">
<select id="selectByParentCode" resultType="cn.stylefeng.guns.modular.system.model.Dict">
select
<include refid="Base_Column_List"/>
from sys_dict
......
......@@ -68,7 +68,7 @@
#{userId}
</update>
<select id="getByAccount" resultType="user">
<select id="getByAccount" resultType="cn.stylefeng.guns.modular.system.model.User">
select
<include refid="Base_Column_List_With_Pwd" />
from sys_user where account = #{account} and status != 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment