修改bug

上级 c99c893b
......@@ -79,13 +79,15 @@
ri.publish =1
<bind name="isPilotUserIdListEmpty" value="pilotUserIdList != null and !pilotUserIdList.isEmpty()"/>
<if test="isPilotUserIdListEmpty">
and
<choose>
<when test="isPilotOrder == 0">
and ri.father_require_id = 0
ri.father_require_id = 0
and
ri.user_account_id IN
</when>
<when test="isPilotOrder == 1">
and rs.pilot_certification_user_id IN
rs.pilot_certification_user_id IN
</when>
</choose>
<foreach item="item" collection="pilotUserIdList" open="(" separator="," close=")">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论