bug

上级 be66c6eb
......@@ -87,7 +87,7 @@
<when test="isPilotOrder == 0">
-- -- 当时发单的时候要是看到的是总订单
-- ri.father_require_id = 0
and ri.user_account_id IN
ri.user_account_id IN
</when>
<when test="isPilotOrder == 1">
-- 接单接的是子订单就只能看到子订单
......@@ -141,7 +141,7 @@
<when test="isPilotOrder == 0">
-- -- 当时发单的时候要是看到的是总订单
-- ri.father_require_id = 0
and ri.user_account_id IN
ri.user_account_id IN
</when>
<when test="isPilotOrder == 1">
-- 接单接的是子订单就只能看到子订单
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论