Commit 2a76f08e by Suvalue

sql修改

parent 4985acf4
......@@ -128,7 +128,7 @@
<if test="hosCode!=null">
AND v.HOSCODE = #{hosCode,jdbcType=VARCHAR}
</if>
WHERE 1 = 1 and p."STATE" = 1
WHERE 1 = 1 and p.`STATE` = 1
<if test="projType!=null">
AND p.PROJ_TYPE = #{projType,jdbcType=DECIMAL}
</if>
......
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