姜友瑶
2022-05-30 1496a7e366a2796b825e7b989b82654ae1aca6b8
zq-erp/src/main/resources/mybatis/mapper/hive/SysFollowupDao.xml
@@ -354,7 +354,7 @@
       left join  sys_vip_info c on a.vip_id=c.id
      <where>
         and a.company_id=#{companyId}
         and (c.IS_DELETE is null or c.IS_DELETE = '')
         <if test="shopId != null ">
            and a.shop_id=#{shopId}
         </if>