Pu Zhibing
2025-02-24 f703e6ebceac409876e6a4af3da436b3b1ec927c
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/MessageNotificationMapper.xml
@@ -21,7 +21,7 @@
      left join sgsb_system_user c on (a.phone = c.phone)
      left join sgsb_department d on (c.department_id = d.id)
      left join sgsb_position e on (c.position_id = e.id)
      where 1=1
      where a.undertaker_type = #{query.undertakerType} and a.undertaker_user_id = #{query.userId}
      <if test="query.title != null and query.title != ''">
         and a.title like concat('%', #{query.title}, '%')
      </if>