Skip to content

Commit 71afc33

Browse files
authored
Merge pull request #209 from schumiyi/dev-0.9.0
Bugfix
2 parents debb5dc + a7650dd commit 71afc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dss-application/src/main/java/com/webank/wedatasphere/dss/application/dao/impl/DSSApplicationUserMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
select * from dss_user where `username` = #{username}
3030
</select>
3131

32-
<insert id="registerDSSUser" useGeneratedKeys="true" keyProperty="id" parameterType="com.webank.wedatasphere.dss.application.entity.DSSUser" >
32+
<insert id="registerDssUser" useGeneratedKeys="true" keyProperty="id" parameterType="com.webank.wedatasphere.dss.application.entity.DSSUser" >
3333
INSERT INTO dss_user(<include refid = "dss_user" />)
3434
VALUES (#{id},#{username},#{name},#{isFirstLogin})
3535
</insert>

0 commit comments

Comments
 (0)