Commit 11c1dc9d by guojuxing

查询工单关联数据sql修复

parent 7ae3a4cc
...@@ -333,10 +333,10 @@ ...@@ -333,10 +333,10 @@
from tab_udesk_ticket from tab_udesk_ticket
where status = 1 where status = 1
<if test="bugId != null"> <if test="bugId != null">
and bug_id = #{bugId,jdbcType=VARCHAR}, and bug_id = #{bugId,jdbcType=VARCHAR}
</if> </if>
<if test="workspaceId != null"> <if test="workspaceId != null">
and workspace_id = #{workspaceId,jdbcType=VARCHAR}, and workspace_id = #{workspaceId,jdbcType=VARCHAR}
</if> </if>
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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