|
@@ -24,7 +24,7 @@
|
|
|
parameterType="CenterdataTHousingconstructionEnterpriseproductionreport"
|
|
|
resultMap="CenterdataTHousingconstructionEnterpriseproductionreportResult">
|
|
|
<include refid="selectCenterdataTHousingconstructionEnterpriseproductionreportVo"/>
|
|
|
- left join ${database_system}.sys_dept d on a.dept_id = d.dept_id
|
|
|
+ left join ${database_system}.sys_dept d on a.enterprise_id = d.dept_id
|
|
|
<where>
|
|
|
<if test="enterpriseId != null and enterpriseId != ''">
|
|
|
and enterprise_id = #{enterpriseId}
|