合并代码
This commit is contained in:
parent
008a477ea6
commit
935f8d5823
|
|
@ -52,13 +52,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
bp.remark,
|
||||
bp.del_flag,
|
||||
bp.pro_code,
|
||||
sd.dept_name as impUnit,
|
||||
bp.imp_unit,
|
||||
bp.pro_nature,
|
||||
bp.pro_status,
|
||||
bp.contract_part,
|
||||
bp.pro_center
|
||||
from bm_project bp
|
||||
left join sys_dept sd on sd.dept_id = bp.imp_unit and sd.del_flag = 0
|
||||
</sql>
|
||||
|
||||
<select id="selectBmProjectList" parameterType="com.bonus.material.basic.domain.BmProject" resultMap="BmProjectResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue