公司简称

This commit is contained in:
hayu 2026-01-03 17:35:25 +08:00
parent 8c63afebda
commit 30276847ae
1 changed files with 1 additions and 0 deletions

View File

@ -726,6 +726,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="companyName != null and companyName != ''">
and sd.dept_name like concat('%',#{companyName},'%')
</if>
and sd.dept_name !='省公司'
</select>
<select id="getMaCountByCompany" resultType="com.bonus.common.biz.domain.BmCompanyInfo">