2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-04-15 2f3d783999935f06228705e75fac26ebf099bf87
dao/src/main/resources/mapper/LightMapper.xml
@@ -36,7 +36,7 @@
        LEFT JOIN light_task t4 ON t3.task_id = t4.task_id
        <where>
            <if test="clientId != null">
                AND t2.client_id = #{clientId}
                AND (t2.user_id = #{clientId} OR t2.client_id = #{clientId})
            </if>
            <if test="keyword != null and keyword != ''">
                AND (