|
|
@ -41,7 +41,11 @@ |
|
|
IF(t.EMPLOYED_POPULATION = 0,'',t.EMPLOYED_POPULATION) as EMPLOYED_POPULATION, |
|
|
IF(t.EMPLOYED_POPULATION = 0,'',t.EMPLOYED_POPULATION) as EMPLOYED_POPULATION, |
|
|
t.INDUSTRY,t.BUSINESS_SCOPE,t.DEPT_ID,t.ALL_DEPT_NAMES |
|
|
t.INDUSTRY,t.BUSINESS_SCOPE,t.DEPT_ID,t.ALL_DEPT_NAMES |
|
|
from epdc_enterprise_info t |
|
|
from epdc_enterprise_info t |
|
|
where t.USER_ID = #{userId} |
|
|
where t.DEL_FLAG = '0' |
|
|
|
|
|
AND t.USER_ID = #{userId} |
|
|
|
|
|
ORDER BY |
|
|
|
|
|
t.CREATED_TIME DESC |
|
|
|
|
|
LIMIT 1 |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectEnterpriseInfoPageFromPc" resultType="com.elink.esua.epdc.dto.enterprise.EnterpriseInfoDTO"> |
|
|
<select id="selectEnterpriseInfoPageFromPc" resultType="com.elink.esua.epdc.dto.enterprise.EnterpriseInfoDTO"> |
|
|
select * from epdc_enterprise_info t |
|
|
select * from epdc_enterprise_info t |
|
|
|