张天森
2022-11-12 d44e8c6de3433d868dc38479678d9940438c01fe
token获取物业id处理
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/mapper/ComPropertyRepairMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/resources/mapper/ComPropertyRepairMapper.xml
@@ -58,7 +58,7 @@
                and t.create_by =#{commonPage.userId}
            </if>
            <if test="commonPage.propertyId != null and commonPage.propertyId != ''">
                t.property_id=#{commonPage.propertyId}
                AND t.property_id=#{commonPage.propertyId}
            </if>
        </where>
    order by t.create_time desc