洪城义警-正式版后台
zengh
2022-03-14 55549548a7a990b978b4738ee44f6525d2d33d98
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -391,7 +391,7 @@
            blade_user bu
            LEFT JOIN blade_dept dept ON substring_index( substring_index( bu.dept_id, ',', 3 ), ',',- 1 ) = dept.id
        WHERE
            bu.jurisdiction = "1415620815526883329"
            bu.jurisdiction = #{xid}
            <if test="index == 1">
                AND dept.id = '1424615693403414529'
            </if>
@@ -452,7 +452,10 @@
    </select>
    <update id="updateAcc">
        update blade_user set stype=#{stype} where  account=#{account}
        update blade_user set stype=#{stype},firstlogin = "1" where  account=#{account}
    </update>
    <update id="firstLogin">
        update blade_user set firstlogin = "0" where  id=#{id}
    </update>
    <delete id="delete">