Commit c0048f8a authored by wangxl's avatar wangxl

77

parent b240a96f
...@@ -434,7 +434,7 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery ...@@ -434,7 +434,7 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery
|| StringUtils.isEmpty(unit.getLinkName()) || StringUtils.isEmpty(unit.getLinkName())
|| StringUtils.isEmpty(unit.getTelephone()) || StringUtils.isEmpty(unit.getTelephone())
|| StringUtils.isEmpty(unit.getEmail()) || StringUtils.isEmpty(unit.getEmail())
|| StringUtils.isEmpty(unit.getFax()) // || StringUtils.isEmpty(unit.getFax())
|| StringUtils.isEmpty(unit.getOrganizationCode()) || StringUtils.isEmpty(unit.getOrganizationCode())
|| StringUtils.isEmpty(unit.getRegisteredAddress()) || StringUtils.isEmpty(unit.getRegisteredAddress())
|| StringUtils.isEmpty(unit.getPostCode()) || StringUtils.isEmpty(unit.getPostCode())
...@@ -442,10 +442,10 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery ...@@ -442,10 +442,10 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery
|| Objects.isNull(unit.getWorkforce()) || Objects.isNull(unit.getWorkforce())
|| Objects.isNull(unit.getSpecializedPersonnel()) || Objects.isNull(unit.getSpecializedPersonnel())
|| Objects.isNull(unit.getResearchPersonnel()) || Objects.isNull(unit.getResearchPersonnel())
|| StringUtils.isEmpty(unit.getDepositBank()) // || StringUtils.isEmpty(unit.getDepositBank())
|| StringUtils.isEmpty(unit.getBankAccount()) // || StringUtils.isEmpty(unit.getBankAccount())
|| StringUtils.isEmpty(unit.getDepositBankAddress()) // || StringUtils.isEmpty(unit.getDepositBankAddress())
|| StringUtils.isEmpty(unit.getInterbankNumber()) // || StringUtils.isEmpty(unit.getInterbankNumber())
) { ) {
return false; return false;
} }
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
c.id download_id,c.download_url,c.file_name c.id download_id,c.download_url,c.file_name
from com_project a from com_project a
left join com_project_basic ic on a.id=ic.proj_id left join com_project_basic ic on a.id=ic.proj_id
left join system_parameter b on a.knowledge_id=b.id left join system_parameter b on a.knowledge_id=b.id and b.type_id=68
left join com_download c on ic.file_id=c.id left join com_download c on ic.file_id=c.id
where a.id = #{id} where a.id = #{id}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment