AND position(#{teamGroup} IN team

tech2023-09-30  83

<if test="teamGroup != null"> AND position(#{teamGroup} IN team_group) </if>

postion和()间不可有空格,否则会报SQL错误

最新回复(0)