Commit edb8ee74 by fengshuonan

mapper的简称改为全称

parent cb40ea31
...@@ -16,14 +16,14 @@ ...@@ -16,14 +16,14 @@
id, num, pid, name,code,tips id, num, pid, name,code,tips
</sql> </sql>
<select id="selectByCode" resultType="dict"> <select id="selectByCode" resultType="cn.stylefeng.guns.modular.system.model.Dict">
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from sys_dict from sys_dict
where code = #{code} where code = #{code}
</select> </select>
<select id="selectByParentCode" resultType="dict"> <select id="selectByParentCode" resultType="cn.stylefeng.guns.modular.system.model.Dict">
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from sys_dict from sys_dict
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#{userId} #{userId}
</update> </update>
<select id="getByAccount" resultType="user"> <select id="getByAccount" resultType="cn.stylefeng.guns.modular.system.model.User">
select select
<include refid="Base_Column_List_With_Pwd" /> <include refid="Base_Column_List_With_Pwd" />
from sys_user where account = #{account} and status != 3 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