智慧保安后台管理项目备份
zhongrj
2024-03-25 55b9fdf6e114b59ff15901eebcc8c2a0567b5aea
src/main/java/org/springblade/modules/resource/mapper/AttachMapper.xml
@@ -25,4 +25,8 @@
        select * from blade_attach where is_deleted = 0
    </select>
    <update id="updat">
        update blade_attach set deptid=#{deptid} where cardid=#{cardid}
    </update>
</mapper>