java110
2023-07-13 43bb85ea502b56201b5229b1003fe386628d4310
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}