往来单位新增修改
This commit is contained in:
parent
2938014a24
commit
dc0e239761
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue