Commit 9db5bff2 by Suvalue

疾病接口修改

parent 0366ac10
......@@ -132,7 +132,7 @@
from SER_DISEASE
where 1 = 1 and STATE=1
<if test="date!=null">
and "DATE" = #{date,jdbcType=VARCHAR}
and `DATE` = #{date,jdbcType=VARCHAR}
</if>
<if test="diseaseId!=null">
and id=(select PARENT_ID from SER_DISEASE where id = #{diseaseId,jdbcType=DECIMAL} )
......
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