智慧保安后台管理-验收版本
Administrator
2021-09-15 a841e7d34df4edf9955da8e1db09ed8de079ad95
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -45,6 +45,7 @@
        <result column="my_picture" property="myPicture"/>
        <result column="soil" property="soil"/>
        <result column="healstats" property="healstats"/>
        <result column="holdv" property="holdv"/>
    </resultMap>
@@ -158,9 +159,6 @@
        si.departmentid = bu.dept_id
        where is_deleted = 0
        and status = 1
        and bd.parent_id!=1425365577303621633
        and bd.id != 1425365577303621633
        and bd.id != 1432625856013971457
        <if test="user.realName!=null and user.realName != ''">
            and bu.real_name like concat(concat('%', #{user.realName}),'%')
        </if>
@@ -286,7 +284,7 @@
    <update id="updateUser">
        update blade_user
        set hold=#{hold}
        set hold=#{hold},holdv=#{holdv},holdvtime=#{time}
        where cardid = #{cardid}
    </update>