|
@@ -7,7 +7,6 @@ import com.ym.mec.biz.dal.entity.TenantInfo;
|
|
|
import com.ym.mec.biz.dal.entity.TenantProductSumm;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
-import java.util.Date;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -23,7 +22,9 @@ public interface TenantInfoDao extends BaseMapper<TenantInfo> {
|
|
|
|
|
|
TenantInfo queryTenantInfoByOrgan(@Param("organId") Integer organId);
|
|
|
|
|
|
- void updatePhone(@Param("newPhone")String newPhone, @Param("oldPhone")String oldPhone);
|
|
|
+ void updatePhone(@Param("newPhone") String newPhone, @Param("oldPhone") String oldPhone);
|
|
|
|
|
|
Integer queryUserByTenantId(@Param("tenantId") Integer tenantId);
|
|
|
+
|
|
|
+ int openInitNewsInformation(@Param("tenantId") Integer tenantId, @Param("orgId") String orgId);
|
|
|
}
|