springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml
@@ -54,8 +54,12 @@ <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 order by nput.creation_time desc </select> <select id="getDetails" resultType="com.panzhihua.common.model.dtos.partybuilding.NeedProblemUnitTaskDTO"> @@ -164,7 +168,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}