pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
@@ -84,6 +84,13 @@ where disabled!=1 and deleted!=1 and phone=#{phone} and password=#{password} </select> <select id="getUserList" resultMap="loginResultMap" > select <include refid="Login_Column_List" /> from ba_user where disabled!=1 and deleted!=1 </select> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="oneResultMap"> <!--@mbg.generated--> select