java110-db/src/main/resources/mapper/community/MaintainanceTaskV1ServiceDaoImplMapper.xml
@@ -149,6 +149,9 @@ <if test="mpsId !=null and mpsId != ''"> , t.mps_id= #{mpsId} </if> <if test="state !=null and state != ''"> , t.state= #{state} </if> where 1=1 <if test="taskId !=null and taskId != ''"> and t.task_id= #{taskId}