xuhy
2025-01-15 4984ad1b4a21d72a3f48d1cab8d16e49b85fa920
修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml
@@ -39,7 +39,7 @@
                and t2.phone like concat('%',#{agentQuery.phone},'%')
            </if>
            <if test="agentQuery.vipId !=null">
                and t1.application_vip_id = #{agentQuery.vipId}
                and t2.vip_id = #{agentQuery.vipId}
            </if>
            <if test="agentQuery.status !=null">
                and t1.status = #{agentQuery.status}