Commit 3da7b69b by fudahua

绑定接口

parent 2d29ad67
...@@ -160,7 +160,9 @@ ...@@ -160,7 +160,9 @@
from tab_haoban_store_relation from tab_haoban_store_relation
where enterprise_id = #{enterpriseId,jdbcType=VARCHAR} where enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
and wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
and store_name like concat("%",#{search},"%") <if test="search!=null">
and store_name like concat("%",#{search},"%")
</if>
and status_flag=1 and status_flag=1
</select> </select>
......
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