往来单位新增修改

This commit is contained in:
itcast 2026-01-20 15:08:23 +08:00
parent 2938014a24
commit dc0e239761
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectBmUnitByProName" resultType="com.bonus.material.basic.domain.BmUnit">
select unit_id as unitId, unit_name as unitName from bm_unit where del_flag = 0 and unit_name = #{unitName}
<if test="companyId != null"> and company_id =#{companyId}</if>
<if test="deptId != null">and dept_id = #{deptId}</if>
<if test="typeId != null">and type_id = #{typeId}</if>
</select>