公司简称
This commit is contained in:
parent
8c63afebda
commit
30276847ae
|
|
@ -726,6 +726,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="companyName != null and companyName != ''">
|
<if test="companyName != null and companyName != ''">
|
||||||
and sd.dept_name like concat('%',#{companyName},'%')
|
and sd.dept_name like concat('%',#{companyName},'%')
|
||||||
</if>
|
</if>
|
||||||
|
and sd.dept_name !='省公司'
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getMaCountByCompany" resultType="com.bonus.common.biz.domain.BmCompanyInfo">
|
<select id="getMaCountByCompany" resultType="com.bonus.common.biz.domain.BmCompanyInfo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue