java110-db/src/main/resources/mapper/community/MaintainancePlanV1ServiceDaoImplMapper.xml
@@ -39,6 +39,10 @@ <if test="createUserId !=null and createUserId != ''"> and t.create_user_id= #{createUserId} </if> <if test="curTime !=null "> and t.start_date < #{curTime} and t.end_date > #{curTime} </if> <if test="endDate !=null and endDate != ''"> and t.end_date= #{endDate} </if> @@ -189,4 +193,6 @@ </select> </mapper>