mitao
2025-02-24 33e5113e02e32b8553c5f4edd07eb1f149594f04
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>