Commit 2e7e7a4c authored by libin's avatar libin

旅游订单列表

parent 417446b7
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
LEFT JOIN tour_good_site s ON v.site_id=s.id LEFT JOIN tour_good_site s ON v.site_id=s.id
LEFT JOIN tour_good g ON v.good_id=g.id LEFT JOIN tour_good g ON v.good_id=g.id
LEFT JOIN tour_good_spe_price p ON v.spe_id=p.id LEFT JOIN tour_good_spe_price p ON v.spe_id=p.id
WHERE 1=1 WHERE <![CDATA[`total_person`<>0]]>
<if test='companyId !=null'> <if test='companyId !=null'>
and s.company_id=#{companyId} and s.company_id=#{companyId}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment