lidongdong
2024-07-09 8802ae1f248df8041a32823216668306c24ebdcb
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml
@@ -167,7 +167,7 @@
        where
            1=1
            <if test="taskId != null and taskId != '' ">
               and id=#{taskId}
               and task_id=#{taskId}
            </if>
            <if test=" unitId != null and unitId != '' ">
                and unit_id=#{unitId}