feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/AuthServiceImpl.kt
@@ -47,7 +47,7 @@
            bInfo.ciGuid = company.ciGuid
            bInfo.ciName = company.ciName
            baseInfoMapper.updateByPrimaryKeySelective(bInfo)
        } else {
        } else if (bInfo == null) {
            val userInfo = userinfoMapper.selectByPrimaryKey(wxUser.uiGuid)
            val baseInfo = BaseInfo().apply {
                biGuid = wxUser.uiGuid