huanghongfa
2021-01-13 a3feb2cf14ccd885be490a27f57da063df7f5dad
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbMemberDAO.java
@@ -60,10 +60,10 @@
            "and o.name=#{pagePartyOrganizationVO.orgName}"+
            " </if> " +
            "<if test='pagePartyOrganizationVO.account != null and pagePartyOrganizationVO.account.trim() != &quot;&quot;'>" +
            "and u.phone=#{pagePartyOrganizationVO.account}"+
            "and u.phone like concat (#{pagePartyOrganizationVO.account},'%')"+
            " </if> " +
            "<if test='pagePartyOrganizationVO.name != null and pagePartyOrganizationVO.name.trim() != &quot;&quot;'>" +
            "and m.name=#{pagePartyOrganizationVO.name}"+
            "and m.name like concat (#{pagePartyOrganizationVO.name},'%')"+
            " </if> " +
            "order by m.join_time desc "+