联调修改
This commit is contained in:
parent
ae02fbcd8f
commit
35881c05f1
|
|
@ -71,7 +71,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
left join menu_recipe mr on mar.recipe_id = mr.recipe_id
|
left join menu_recipe mr on mar.recipe_id = mr.recipe_id
|
||||||
where bind_type = #{bindType}
|
where bind_type = #{bindType}
|
||||||
) a on a.stall_id =t1.stall_id
|
) a on a.stall_id =t1.stall_id
|
||||||
WHERE 1=1
|
|
||||||
<if test="deviceTypeList != null and deviceTypeList.size() > 0">
|
<if test="deviceTypeList != null and deviceTypeList.size() > 0">
|
||||||
and
|
and
|
||||||
EXISTS (
|
EXISTS (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue