springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml
@@ -59,6 +59,7 @@ </if> </where> GROUP BY nput.id order by nput.creation_time desc </select> <select id="getDetails" resultType="com.panzhihua.common.model.dtos.partybuilding.NeedProblemUnitTaskDTO"> @@ -167,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}