总订单与子订单号已经不同修改逻辑

上级 99cf42ad
流水线 #8574 已通过 于阶段
in 3 分 4 秒
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
and ( and (
<choose> <choose>
<when test="isPilotOrder == 0"> <when test="isPilotOrder == 0">
-- 当时发单的时候要是看到的是总订单 -- -- 当时发单的时候要是看到的是总订单
ri.father_require_id = 0 -- ri.father_require_id = 0
and ri.user_account_id IN and ri.user_account_id IN
</when> </when>
<when test="isPilotOrder == 1"> <when test="isPilotOrder == 1">
...@@ -99,10 +99,10 @@ ...@@ -99,10 +99,10 @@
</foreach> </foreach>
) )
</when> </when>
<otherwise> <!-- <otherwise>-->
<!-- 剩下就是admin用户就是要查出所用接单发单就行 只要主订单--> <!-- &lt;!&ndash; 剩下就是admin用户就是要查出所用接单发单就行 只要主订单&ndash;&gt;-->
and ri.father_require_id = 0 <!-- and ri.father_require_id = 0-->
</otherwise> <!-- </otherwise>-->
</choose> </choose>
<if test="orderStatus != null and orderStatus!='' "> <if test="orderStatus != null and orderStatus!='' ">
and sf.order_status = #{orderStatus} and sf.order_status = #{orderStatus}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论