Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
6f53e667
Commit
6f53e667
authored
Mar 29, 2023
by
lisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
aa5e8553
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
61 additions
and
83 deletions
+61
-83
HouseholdPvController.java
...ot/module/jxiop/biz/controller/HouseholdPvController.java
+38
-37
HouseholdPvDeviceController.java
...ule/jxiop/biz/controller/HouseholdPvDeviceController.java
+11
-24
HouseholdPvDistrictController.java
...e/jxiop/biz/controller/HouseholdPvDistrictController.java
+0
-2
HouseholdPvDistrictServiceImpl.java
...xiop/biz/service/impl/HouseholdPvDistrictServiceImpl.java
+0
-3
HouseholdPvServiceImpl.java
...module/jxiop/biz/service/impl/HouseholdPvServiceImpl.java
+12
-17
householdExport.xls
...xiop-biz/src/main/resources/templates/householdExport.xls
+0
-0
householdTemplates.xls
...p-biz/src/main/resources/templates/householdTemplates.xls
+0
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/HouseholdPvController.java
View file @
6f53e667
...
@@ -29,13 +29,14 @@ import org.springframework.web.bind.annotation.*;
...
@@ -29,13 +29,14 @@ import org.springframework.web.bind.annotation.*;
import
org.springframework.web.multipart.MultipartFile
;
import
org.springframework.web.multipart.MultipartFile
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
import
javax.servlet.http.HttpServletResponse
;
import
java.io.*
;
import
java.io.FileNotFoundException
;
import
java.io.IOException
;
import
java.io.InputStream
;
import
java.net.URLEncoder
;
import
java.net.URLEncoder
;
import
java.util.List
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Map
;
...
@@ -176,66 +177,66 @@ public class HouseholdPvController extends BaseController {
...
@@ -176,66 +177,66 @@ public class HouseholdPvController extends BaseController {
return
CommonResponseUtil
.
success
();
return
CommonResponseUtil
.
success
();
}
}
private
String
checkData
(
List
<
HouseholdPvImport
>
list
){
private
String
checkData
(
List
<
HouseholdPvImport
>
list
)
{
int
line
=
3
;
int
line
=
3
;
Map
<
String
,
Object
>
map
=
householdPvServiceImpl
.
companyNameList
();
Map
<
String
,
Object
>
map
=
householdPvServiceImpl
.
companyNameList
();
for
(
HouseholdPvImport
dto
:
list
)
{
for
(
HouseholdPvImport
dto
:
list
)
{
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPlatformCompanyId
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPlatformCompanyId
()))
{
return
"第 "
+
line
+
" 行所属厂站不能为空!"
;
return
"第 "
+
line
+
" 行所属厂站不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getDistrictId
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getDistrictId
()))
{
return
"第 "
+
line
+
" 行乡镇不能为空!"
;
return
"第 "
+
line
+
" 行乡镇不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getNumber
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getNumber
()))
{
return
"第 "
+
line
+
" 行户号不能为空!"
;
return
"第 "
+
line
+
" 行户号不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getName
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getName
()))
{
return
"第 "
+
line
+
" 行户主名称不能为空!"
;
return
"第 "
+
line
+
" 行户主名称不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getSex
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getSex
()))
{
return
"第 "
+
line
+
" 行性别不能为空!"
;
return
"第 "
+
line
+
" 行性别不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getIdNumber
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getIdNumber
()))
{
return
"第 "
+
line
+
" 行身份证号不能为空!"
;
return
"第 "
+
line
+
" 行身份证号不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getExpiryTime
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getExpiryTime
()))
{
return
"第 "
+
line
+
" 行证件过期时间不能为空!"
;
return
"第 "
+
line
+
" 行证件过期时间不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getIssuingAuthority
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getIssuingAuthority
()))
{
return
"第 "
+
line
+
" 行签发机关不能为空!"
;
return
"第 "
+
line
+
" 行签发机关不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getResidenceAddress
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getResidenceAddress
()))
{
return
"第 "
+
line
+
" 行户籍地址不能为空!"
;
return
"第 "
+
line
+
" 行户籍地址不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPhone
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPhone
()))
{
return
"第 "
+
line
+
" 行行手机号码不能为空!"
;
return
"第 "
+
line
+
" 行行手机号码不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getAddress
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getAddress
()))
{
return
"第 "
+
line
+
" 行居住地不能为空!"
;
return
"第 "
+
line
+
" 行居住地不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPostcode
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getPostcode
()))
{
return
"第 "
+
line
+
" 行居住地邮编不能为空!"
;
return
"第 "
+
line
+
" 行居住地邮编不能为空!"
;
}
}
if
(
ObjectUtils
.
isEmpty
(
dto
.
getServiceAddress
())){
if
(
ObjectUtils
.
isEmpty
(
dto
.
getServiceAddress
()))
{
return
"第 "
+
line
+
" 行送达地址不能为空!"
;
return
"第 "
+
line
+
" 行送达地址不能为空!"
;
}
}
// 导入文件中数据校验
// 导入文件中数据校验
List
<
HouseholdPvImport
>
collect
=
list
.
stream
().
filter
(
item
->
dto
.
getNumber
().
equals
(
item
.
getNumber
())).
collect
(
Collectors
.
toList
());
List
<
HouseholdPvImport
>
collect
=
list
.
stream
().
filter
(
item
->
dto
.
getNumber
().
equals
(
item
.
getNumber
())).
collect
(
Collectors
.
toList
());
if
(!
ObjectUtils
.
isEmpty
(
collect
)
&&
collect
.
size
()
>=
2
){
if
(!
ObjectUtils
.
isEmpty
(
collect
)
&&
collect
.
size
()
>=
2
)
{
return
"第"
+
line
+
" 行户号重复!"
;
return
"第"
+
line
+
" 行户号重复!"
;
}
}
// 户号已存在
// 户号已存在
LambdaQueryWrapper
<
HouseholdPv
>
lambda
=
new
QueryWrapper
<
HouseholdPv
>().
lambda
();
LambdaQueryWrapper
<
HouseholdPv
>
lambda
=
new
QueryWrapper
<
HouseholdPv
>().
lambda
();
lambda
.
eq
(
HouseholdPv:
:
getNumber
,
dto
.
getNumber
());
lambda
.
eq
(
HouseholdPv:
:
getNumber
,
dto
.
getNumber
());
Integer
integer
=
householdPvServiceImpl
.
getBaseMapper
().
selectCount
(
lambda
);
Integer
integer
=
householdPvServiceImpl
.
getBaseMapper
().
selectCount
(
lambda
);
if
(
integer
>
0
){
if
(
integer
>
0
)
{
return
"第"
+
line
+
" 行户号已存在!"
;
return
"第"
+
line
+
" 行户号已存在!"
;
}
}
if
(!
map
.
containsKey
(
dto
.
getPlatformCompanyId
())){
if
(!
map
.
containsKey
(
dto
.
getPlatformCompanyId
()))
{
return
"第"
+
line
+
" 行厂站不存在!"
;
return
"第"
+
line
+
" 行厂站不存在!"
;
}
}
if
(!
map
.
containsKey
(
dto
.
getDistrictId
())){
if
(!
map
.
containsKey
(
dto
.
getDistrictId
()))
{
return
"第"
+
line
+
" 行乡镇不存在!"
;
return
"第"
+
line
+
" 行乡镇不存在!"
;
}
}
line
=
line
+
1
;
line
=
line
+
1
;
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/HouseholdPvDeviceController.java
View file @
6f53e667
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
controller
;
import
java.util.List
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.excel.ExcelUtil
;
import
com.yeejoin.amos.boot.module.jxiop.api.Enum.EquipType
;
import
com.yeejoin.amos.boot.module.jxiop.api.Enum.EquipType
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDeviceDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDeviceImport
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.HouseholdPvDevice
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.HouseholdPvDevice
;
import
com.yeejoin.amos.boot.module.jxiop.api.util.CommonResponse
;
import
com.yeejoin.amos.boot.module.jxiop.api.util.CommonResponse
;
import
com.yeejoin.amos.boot.module.jxiop.api.util.CommonResponseUtil
;
import
com.yeejoin.amos.boot.module.jxiop.api.util.CommonResponseUtil
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.HouseholdPvDeviceServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
org.apache.commons.lang3.ObjectUtils
;
import
org.apache.commons.lang3.ObjectUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.DeleteMapping
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.PathVariable
;
import
org.springframework.web.bind.annotation.PostMapping
;
import
org.springframework.web.bind.annotation.PutMapping
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.springframework.web.bind.annotation.RequestPart
;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.multipart.MultipartFile
;
import
org.springframework.web.multipart.MultipartFile
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
javax.servlet.http.HttpServletResponse
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
java.util.List
;
import
com.yeejoin.amos.boot.biz.common.excel.ExcelUtil
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDeviceDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDeviceImport
;
import
com.yeejoin.amos.boot.module.jxiop.biz.service.impl.HouseholdPvDeviceServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
/**
/**
* 户用光伏设备表
* 户用光伏设备表
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/HouseholdPvDistrictController.java
View file @
6f53e667
...
@@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
...
@@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.CompanyTreeDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDistrictDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.HouseholdPvDistrictDto
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.HouseholdPvDistrict
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.HouseholdPvDistrict
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvDistrictService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvDistrictService
;
...
@@ -18,7 +17,6 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -18,7 +17,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/HouseholdPvDistrictServiceImpl.java
View file @
6f53e667
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.bo.ReginParams
;
import
com.yeejoin.amos.boot.biz.common.bo.ReginParams
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisKey
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisKey
;
...
@@ -23,7 +21,6 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -23,7 +21,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
java.util.Collection
;
import
java.util.Collection
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/HouseholdPvServiceImpl.java
View file @
6f53e667
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
service
.
impl
;
import
java.text.ParseException
;
import
java.util.*
;
import
java.util.stream.Collectors
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSONArray
;
import
com.alibaba.fastjson.JSONArray
;
import
com.alibaba.fastjson.JSONObject
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.bo.ReginParams
;
import
com.yeejoin.amos.boot.biz.common.bo.ReginParams
;
import
com.yeejoin.amos.boot.biz.common.utils.DateUtils
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisKey
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisKey
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.yeejoin.amos.boot.module.jxiop.api.Enum.LevelType
;
import
com.yeejoin.amos.boot.module.jxiop.api.Enum.LevelType
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.*
;
import
com.yeejoin.amos.boot.module.jxiop.api.dto.*
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.*
;
import
com.yeejoin.amos.boot.module.jxiop.api.entity.*
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.HouseholdPvDistrictMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.HouseholdPvDistrictMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.HouseholdPvMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvContactService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvInstallService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvLeaseService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvService
;
import
com.yeejoin.amos.component.feign.model.FeignClientResult
;
import
com.yeejoin.amos.component.feign.model.FeignClientResult
;
import
com.yeejoin.amos.feign.privilege.Privilege
;
import
com.yeejoin.amos.feign.privilege.Privilege
;
import
com.yeejoin.amos.feign.privilege.model.CompanyModel
;
import
com.yeejoin.amos.feign.privilege.model.CompanyModel
;
import
com.yeejoin.amos.feign.privilege.model.UserOrgTreeModel
;
import
com.yeejoin.amos.feign.privilege.model.UserOrgTreeModel
;
import
org.apache.commons.lang3.ObjectUtils
;
import
org.apache.commons.lang3.ObjectUtils
;
import
org.apache.commons.lang3.StringUtils
;
import
org.apache.poi.ss.formula.functions.T
;
import
org.joda.time.LocalDateTime
;
import
org.joda.time.LocalDateTime
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
@@ -28,16 +31,8 @@ import org.springframework.stereotype.Service;
...
@@ -28,16 +31,8 @@ import org.springframework.stereotype.Service;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.foundation.context.RequestContext
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
java.text.ParseException
;
import
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper
;
import
java.util.*
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.biz.common.utils.DateUtils
;
import
com.yeejoin.amos.boot.module.jxiop.api.mapper.HouseholdPvMapper
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvContactService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvInstallService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvLeaseService
;
import
com.yeejoin.amos.boot.module.jxiop.api.service.IHouseholdPvService
;
/**
/**
* 户用光伏表服务实现类
* 户用光伏表服务实现类
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/resources/templates/householdExport.xls
View file @
6f53e667
No preview for this file type
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/resources/templates/householdTemplates.xls
View file @
6f53e667
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment