提交 6ac4b8fa 作者: 刘明祎-运维用途

修改bug

上级 e1ce9da7
...@@ -195,9 +195,9 @@ ...@@ -195,9 +195,9 @@
<if test="backUserId != null"> <if test="backUserId != null">
and pjt.back_user_id = #{backUserId} and pjt.pilot_status = 1 and pjt.back_user_id = #{backUserId} and pjt.pilot_status = 1
</if> </if>
<!-- <if test="isTeam = 1">--> <if test="isTeam == 1">
<!-- and pjt.back_user_id is not null and pjt.pilot_status = 1--> and pjt.back_user_id is not null and pjt.pilot_status = 1
<!-- </if>--> </if>
order by pc.update_time desc, pc.create_time desc order by pc.update_time desc, pc.create_time desc
limit #{pageNo}, #{pageSize} limit #{pageNo}, #{pageSize}
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论