Commit 3fc9824d authored by yuyanglei's avatar yuyanglei

默认密码修改为‘Hg’+身份证后6位

parent 02fc44bb
Pipeline #90 failed with stages
......@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "mybatis-3-mapper.dtd" >
<mapper namespace="com.changda.gjjapp.zhfwpt.dao.yhxxgl.YHXXGLDao">
<update id="updatePwd">
update gjj80.wxn_user set gjj80.wxn_user.pswd = '888888'
update gjj80.wxn_user set gjj80.wxn_user.pswd = CONCAT('Hg', right(gjj80.wxn_user.zjhm, 6))
where 1=1
<if test="zjhm != null and zjhm !=''">and gjj80.wxn_user.zjhm =#{zjhm}</if>
<if test="grzh != null and grzh !=''">and gjj80.wxn_user.grzh = #{grzh}</if>
......
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