lidongdong
2024-07-03 56aa1c4a22dff03db2937a58c5b631112e9a8566
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml
@@ -54,6 +54,9 @@
            <if test="kind !=null and kind != '' ">
                and npi.kind =#{kind}
            </if>
            <if test="status !=null and status != '' ">
                and npi.status =#{status}
            </if>
        </where>
        GROUP BY nput.id
    </select>