src/main/resources/mapper/PlanMapper.xml
@@ -83,10 +83,10 @@ <otherwise> and ( <if test="condition != null and condition != ''"> <if test="userId != null and userId != ''"> user_id = #{userId} </if> <if test="condition == null or condition == ''"> <if test="userId == null or userId == ''"> user_id is not null </if> or