Commit ba8d57bf authored by zhangsen's avatar zhangsen

公共方法修改

parent 3f232a6a
......@@ -91,6 +91,8 @@
<select id="selectParams" resultType="map">
select ${column} as text from ${tableName} group by ${column};
select ${column} as text from ${tableName}
where ${column} is not null and ${column} != ''
group by ${column};
</select>
</mapper>
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