Commit a582dbd6 by huangZW

111

parent cf30cd43
......@@ -289,8 +289,11 @@
from tab_haoban_department,
(SELECT(@rowNum := 0)) b
where status_flag = 1
and is_store = #{storeFlag,jdbcType=INTEGER}
and is_store = 1
and wx_enterprise_id = #{wxEnterpriseId}
<if test="search != null and search != ''">
and department_name like CONCAT('%',#{search},'%')
</if>
order by create_time
) WHERE t.rownum > #{minCount};
</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