Commit c8ef0a5b by huluobin

order pay

parent b76e96fb
......@@ -8,7 +8,7 @@
INNER JOIN features_mapping t2 on t1.id = t2.features_id
LEFT JOIN base_produce t3 on t2.data_id = t3.id
left join base_serve bs on t3.service_id = bs.id
where t2.data_type = 2
where t2.data_type = 1
<if test="serveTypeId != null">
and bs.type_id=#{serveTypeId}
</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