|
|
@@ -65,11 +65,17 @@ public interface CompanyDao extends BaseMapper<Company> {
|
|
|
|
|
|
List<Company> selectCompanyByCondition(@Param("street_id") Integer street_id, @Param("build_id") Integer build_id, @Param("param") String param);
|
|
|
|
|
|
- List<Company> findCompanyByCondition(@Param("currentStreet_id") Integer currentStreet_id, @Param("currentUserId") Integer currentUserId,
|
|
|
- @Param("type") String type, @Param("keyword") String keyword, @Param("searchCondition") Company searchCondition);
|
|
|
-
|
|
|
- List<Company> findListByContidion(@Param("currentUserId") Integer userId, @Param("currentStreet_id") Integer currentStreet_id,
|
|
|
- @Param("companyRegister") String companyRegister, @Param("keyword") String keyword, @Param("searchCondition") Company searchCondition);
|
|
|
+ List<Company> findCompanyByCondition(@Param("currentStreet_id") Integer currentStreet_id,
|
|
|
+ @Param("currentUserId") Integer currentUserId,
|
|
|
+ @Param("type") String type,
|
|
|
+ @Param("keyword") String keyword,
|
|
|
+ @Param("searchCondition") Company searchCondition);
|
|
|
+
|
|
|
+ List<Company> findListByContidion(@Param("currentUserId") Integer userId,
|
|
|
+ @Param("currentStreet_id") Integer currentStreet_id,
|
|
|
+ @Param("companyRegister") String companyRegister,
|
|
|
+ @Param("keyword") String keyword,
|
|
|
+ @Param("searchCondition") Company searchCondition);
|
|
|
|
|
|
Integer isCompanyExist(@Param("company_name") String company_name, @Param("organization_code") String organization_code);
|
|
|
|