Commit 97d626eb by huluobin

update

parent 55f2b0fb
......@@ -166,7 +166,9 @@
<if test="baseServe.labelId != null ">
left join features_mapping t2 on t2.data_type=1 and t2.data_id=ser.id
</if>
left join store_shop_serve_relation t3 on ser.id =t3.serve_id
<if test="baseServe.departmentId != null ">
left join store_shop_serve_relation t3 on ser.id =t3.serve_id
</if>
where ser.status = 1
<if test="baseServe.type != null and baseServe.type != ''">
and ser.type = #{baseServe.type}
......
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