Commit 6f06c5e3 authored by neo's avatar neo

[dev] fix jdbctype to lower

parent fdad3c15
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
ON ON
P.ORGANIZATION_ID = Q.ID P.ORGANIZATION_ID = Q.ID
WHERE WHERE
P.TEMPLATE_GROUP_ID = #{TEMPLATEGROUPDTOID,JDBCTYPE=VARCHAR} P.TEMPLATE_GROUP_ID = #{templateGroupDtoId,jdbcType=VARCHAR}
AND Q.IS_ACTIVE = 1 AND Q.IS_ACTIVE = 1
</select> </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