Commit f9527678 authored by 黎博's avatar 黎博

fix bug

parent 3f122eb8
......@@ -11,7 +11,7 @@
<if test="projectType != null and projectType != ''">
AND `project_type` = #{projectType}
</if>
<if test="isActive != null and isActive != ''">
<if test="isActive != null">
AND `is_active` = #{isActive}
</if>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment