提交 45bb2c2e 作者: 刘明祎-运维用途

修改问题

上级 9d5dd89a
......@@ -76,7 +76,7 @@
LEFT JOIN requirements_service rs ON rs.requirements_info_id = ri.id
LEFT JOIN service_flow sf ON ri.service_flow_id = sf.id
WHERE
ri.publish =1 and ri.father_require_id = 0 and sf.order_status = #{orderStatus}
ri.publish =1 and ri.father_require_id = 0
<bind name="isPilotUserIdListEmpty" value="pilotUserIdList != null and !pilotUserIdList.isEmpty()"/>
<if test="isPilotUserIdListEmpty">
AND
......@@ -92,6 +92,9 @@
#{item}
</foreach>
</if>
<if test="orderStatus != null and orderStatus!='' ">
and sf.order_status = #{orderStatus}
</if>
<if test=" publishPhone != null and publishPhone!='' ">
and ri.publish_phone = #{publishPhone}
</if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论