Commit 142cd712 authored by 施翔轲's avatar 施翔轲

获取项目承接类型下拉列表SQL优化

parent d569e9cd
......@@ -24,7 +24,7 @@
<select id="queryIsInvestProject" resultType="java.lang.String">
SELECT DISTINCT isinvestproject
FROM d_project
WHERE (isinvestproject != '')
WHERE (isinvestproject <![CDATA[ <> ]]> '')
</select>
<select id="selectPageCooperateProjectDetailList"
......
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