修改bug

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