java110
2021-03-18 3a583be2297a3cc98edae23577ce985a332dfc36
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -156,7 +156,7 @@
            and t.sex= #{sex}
        </if>
        <if test="name !=null and name != ''">
            and t.name like concat('%',#{name},'%')
            and t.name = #{name}
        </if>
        <if test="link !=null and link != ''">
            and t.link= #{link}
@@ -548,6 +548,7 @@
        and oc.owner_id = t.owner_id
        AND oc.`status_cd` = '0'
        AND ps.`status_cd` = '0'
        and oc.car_type_cd='1001'
        AND t.`status_cd` = '0'
        <if test="psIds != null ">
            and ps.ps_id in