Skip to content

Commit

Permalink
🐛: 修复手机筛选条件为agent报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWenStar committed Jan 28, 2022
1 parent aed1a6f commit c6049bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</foreach>
</if>
<if test="params.agentId != null and params.agentId.size() > 0">
and d.agentId in
and d.agent_id in
<foreach collection="params.agentId" item="agentId" open="(" close=")" separator=",">
#{agentId}
</foreach>
Expand Down

0 comments on commit c6049bb

Please sign in to comment.