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
7e10677e
Commit
7e10677e
authored
May 21, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
d785ccf7
69db9929
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
132 additions
and
19 deletions
+132
-19
TdHygfJpInverterWarnMapper.java
...e/hygf/api/tdenginemapper/TdHygfJpInverterWarnMapper.java
+9
-2
TdHygfJpInverterWarnMapper.xml
.../resources/mapper/tdengine/TdHygfJpInverterWarnMapper.xml
+64
-0
TdHygfJpInverterWarnController.java
...e/hygf/biz/controller/TdHygfJpInverterWarnController.java
+19
-7
TdHygfJpInverterWarnServiceImpl.java
...ygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
+11
-4
IdxBizFanWeightController.java
...odule/jxiop/biz/controller/IdxBizFanWeightController.java
+3
-1
IdxBizPvWeightController.java
...module/jxiop/biz/controller/IdxBizPvWeightController.java
+3
-0
TDBigScreenAnalyseController.java
...le/jxiop/biz/controller/TDBigScreenAnalyseController.java
+3
-1
IdxBizFanWeight.java
...in/amos/boot/module/jxiop/biz/entity/IdxBizFanWeight.java
+11
-2
IdxBizPvWeight.java
...oin/amos/boot/module/jxiop/biz/entity/IdxBizPvWeight.java
+9
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/tdenginemapper/TdHygfJpInverterWarnMapper.java
View file @
7e10677e
...
...
@@ -33,10 +33,17 @@ public interface TdHygfJpInverterWarnMapper extends BaseMapper<TdHygfJpInverterW
@UserEmpower
(
field
=
{
"regional_companies_code"
},
dealerField
=
{
"amos_company_code"
,
"regional_companies_code"
},
fieldConditions
=
{
"eq"
,
"in"
},
relationship
=
"and"
)
List
<
TdHygfJpInverterWarnDto
>
selectWarnList
(
List
<
String
>
state
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
Integer
current
,
Integer
size
,
String
handlerStatus
,
String
stationName
);
List
<
TdHygfJpInverterWarnDto
>
selectWarnList
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
Integer
current
,
Integer
size
,
String
handlerStatus
,
String
stationName
);
@UserEmpower
(
field
=
{
"regional_companies_code"
},
dealerField
=
{
"amos_company_code"
,
"regional_companies_code"
},
fieldConditions
=
{
"eq"
,
"in"
},
relationship
=
"and"
)
int
selectWarnListTotal
(
List
<
String
>
state
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
String
handlerStatus
,
String
stationName
);
int
selectWarnListTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
String
handlerStatus
,
String
stationName
);
@UserEmpower
(
field
=
{
"regional_companies_code"
},
dealerField
=
{
"amos_company_code"
,
"regional_companies_code"
},
fieldConditions
=
{
"eq"
,
"in"
},
relationship
=
"and"
)
int
selectWarnTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
);
@Select
(
"SELECT * from td_hygf_jp_inverter_warn WHERE (third_station_id = #{thirdStationId} AND sn_code = #{sncode} AND created_time = #{createdTime})"
)
TdHygfJpInverterWarn
getInverTerWarnByparams
(
@Param
(
"createdTime"
)
long
createdTime
,
@Param
(
"sncode"
)
String
snCode
,
@Param
(
"thirdStationId"
)
String
thirdStationId
);
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/tdengine/TdHygfJpInverterWarnMapper.xml
View file @
7e10677e
...
...
@@ -80,6 +80,27 @@
<!-- <if test="handlerStatus != null and handlerStatus != ''">-->
<!-- AND handler_status = #{handlerStatus}-->
<!-- </if>-->
<if
test=
"regionalCompaniesCode != null and regionalCompaniesCode != ''"
>
AND regional_companies_code = #{regionalCompaniesCode}
</if>
<if
test=
"amosCompanyCode != null and amosCompanyCode != ''"
>
AND amos_company_code = #{amosCompanyCode}
</if>
<if
test=
"thirdStationId != null and thirdStationId != ''"
>
AND third_station_id = #{thirdStationId}
</if>
<!-- <if test="type != null and type != ''">-->
<!-- AND type = #{type}-->
<!-- </if>-->
<if
test=
"level != null and level != ''"
>
AND `level` = #{level}
</if>
<if
test=
"level != null and level != ''"
>
AND `level` = #{level}
</if>
<if
test=
"level != null and level != ''"
>
AND `level` = #{level}
</if>
<if
test=
"level != null and level != ''"
>
AND `level` = #{level}
</if>
...
...
@@ -127,6 +148,18 @@
#{item}
</foreach>
</if>
<if
test=
"regionalCompaniesCode != null and regionalCompaniesCode != ''"
>
AND regional_companies_code = #{regionalCompaniesCode}
</if>
<if
test=
"amosCompanyCode != null and amosCompanyCode != ''"
>
AND amos_company_code = #{amosCompanyCode}
</if>
<if
test=
"thirdStationId != null and thirdStationId != ''"
>
AND third_station_id = #{thirdStationId}
</if>
<!-- <if test="type != null and type != ''">-->
<!-- AND type = #{type}-->
<!-- </if>-->
<!-- <if test="handlerStatus != null and handlerStatus != ''">-->
<!-- AND handler_status = #{handlerStatus}-->
<!-- </if>-->
...
...
@@ -166,6 +199,37 @@
</select>
<select
id=
"selectWarnTotal"
resultType=
"int"
>
SELECT
count (1)
FROM house_pv_data.td_hygf_jp_inverter_warn
<where>
<if
test=
"state != null and state.size>0"
>
`state` in
<foreach
collection=
"state"
item=
"item"
open=
'('
close=
')'
separator=
","
>
#{item}
</foreach>
</if>
<if
test=
"regionalCompaniesCode != null and regionalCompaniesCode != ''"
>
AND regional_companies_code = #{regionalCompaniesCode}
</if>
<if
test=
"amosCompanyCode != null and amosCompanyCode != ''"
>
AND amos_company_code = #{amosCompanyCode}
</if>
<if
test=
"thirdStationId != null and thirdStationId != ''"
>
AND third_station_id = #{thirdStationId}
</if>
<!-- <if test="type != null and type != ''">-->
<!-- AND type = #{type}-->
<!-- </if>-->
</where>
</select>
<select
id=
"queryAlarmNumber"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.TdHygfJpInverterWarnDto"
>
SELECT
`state`
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/TdHygfJpInverterWarnController.java
View file @
7e10677e
...
...
@@ -231,6 +231,10 @@ public class TdHygfJpInverterWarnController extends BaseController {
@UserLimits
public
ResponseModel
<
Page
<
TdHygfJpInverterWarnDto
>>
selectWarnList
(
@RequestParam
(
required
=
false
)
List
<
String
>
state
,
@RequestParam
(
required
=
false
)
String
handlerStatus
,
@RequestParam
(
required
=
false
)
String
regionalCompaniesCode
,
@RequestParam
(
required
=
false
)
String
amosCompanyCode
,
@RequestParam
(
required
=
false
)
String
thirdStationId
,
@RequestParam
(
required
=
false
)
String
type
,
@RequestParam
(
required
=
false
)
String
level
,
@RequestParam
(
required
=
false
)
String
stationName
,
@RequestParam
(
required
=
false
)
String
minvalue
,
...
...
@@ -286,7 +290,7 @@ public class TdHygfJpInverterWarnController extends BaseController {
}
List
<
TdHygfJpInverterWarnDto
>
maps
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnList
(
state
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
current
,
size
,
handlerStatus
,
stationName
);
List
<
TdHygfJpInverterWarnDto
>
maps
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnList
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
current
,
size
,
handlerStatus
,
stationName
);
for
(
TdHygfJpInverterWarnDto
map
:
maps
)
{
// if (nameMaps.containsKey(map.getThirdStationId())) {
// map.setStationName(nameMaps.get(map.getThirdStationId()));
...
...
@@ -295,7 +299,7 @@ public class TdHygfJpInverterWarnController extends BaseController {
map
.
setTimeLongFormat
(
te
);
}
result
.
setTotal
(
tdHygfJpInverterWarnServiceImpl
.
selectWarnListTotal
(
state
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
handlerStatus
,
stationName
));
result
.
setTotal
(
tdHygfJpInverterWarnServiceImpl
.
selectWarnListTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
handlerStatus
,
stationName
));
List
<
Long
>
waringIds
=
maps
.
stream
().
map
(
tdHygfJpInverterWarnDto
->
tdHygfJpInverterWarnDto
.
getCreatedTime
()).
collect
(
Collectors
.
toList
());
if
(
waringIds
.
size
()
==
0
)
{
waringIds
=
Arrays
.
asList
(
0L
);
...
...
@@ -321,12 +325,20 @@ public class TdHygfJpInverterWarnController extends BaseController {
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"户用光伏逆变器报警表统计数据查询"
,
notes
=
"户用光伏逆变器报警表统计数据查询"
)
@GetMapping
(
value
=
"/queryAlarmNumber"
)
@UserLimits
public
ResponseModel
<
Map
<
String
,
Object
>>
queryAlarmNumber
(
@RequestParam
(
required
=
false
)
String
regionalCompaniesCode
,
@RequestParam
(
required
=
false
)
String
amosCompanyCode
,
@RequestParam
(
required
=
false
)
String
thirdStationId
,
@RequestParam
(
required
=
false
)
String
type
public
ResponseModel
<
Map
<
String
,
Object
>>
queryAlarmNumber
(
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
)
{
Map
<
String
,
Object
>
result
=
tdHygfJpInverterWarnServiceImpl
.
queryAlarmNumber
(
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
// Map<String, Object> result = tdHygfJpInverterWarnServiceImpl.queryAlarmNumber(regionalCompaniesCode, amosCompanyCode, thirdStationId, type);
Map
<
String
,
Object
>
result
=
new
HashMap
<>();
int
wcl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"未处理"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
int
ycl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"已处理"
,
"已恢复"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
result
.
put
(
"wcl"
,
wcl
);
result
.
put
(
"ycl"
,
ycl
);
return
ResponseHelper
.
buildResponse
(
result
);
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
View file @
7e10677e
...
...
@@ -172,8 +172,8 @@ public class TdHygfJpInverterWarnServiceImpl
return
tdHygfJpInverterWarnDto
;
}
public
List
<
TdHygfJpInverterWarnDto
>
selectWarnList
(
List
<
String
>
state
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
Integer
current
,
Integer
size
,
String
handlerStatus
,
String
stationName
)
{
List
<
TdHygfJpInverterWarnDto
>
list
=
tdHygfJpInverterWarnMapper
.
selectWarnList
(
state
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
(
current
-
1
)
*
size
,
size
,
handlerStatus
,
stationName
);
public
List
<
TdHygfJpInverterWarnDto
>
selectWarnList
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
Integer
current
,
Integer
size
,
String
handlerStatus
,
String
stationName
)
{
List
<
TdHygfJpInverterWarnDto
>
list
=
tdHygfJpInverterWarnMapper
.
selectWarnList
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
(
current
-
1
)
*
size
,
size
,
handlerStatus
,
stationName
);
list
.
forEach
(
i
->
{
JpStation
jpStation
=
jpStationServiceImpl
.
getOne
(
new
LambdaQueryWrapper
<
JpStation
>()
.
eq
(
JpStation:
:
getThirdStationId
,
i
.
getThirdStationId
()));
...
...
@@ -186,8 +186,15 @@ public class TdHygfJpInverterWarnServiceImpl
return
list
;
}
public
int
selectWarnListTotal
(
List
<
String
>
state
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
String
handlerStatus
,
String
stationName
)
{
return
tdHygfJpInverterWarnMapper
.
selectWarnListTotal
(
state
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
handlerStatus
,
stationName
);
public
int
selectWarnListTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
,
String
level
,
String
minvalue
,
String
maxValue
,
String
snCode
,
List
<
String
>
stationId
,
String
startTime
,
String
endTime
,
String
content
,
String
handlerStatus
,
String
stationName
)
{
return
tdHygfJpInverterWarnMapper
.
selectWarnListTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
handlerStatus
,
stationName
);
}
public
int
selectWarnTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
)
{
return
tdHygfJpInverterWarnMapper
.
selectWarnTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
}
public
Map
<
String
,
Object
>
queryAlarmNumber
(
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
)
{
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanWeightController.java
View file @
7e10677e
...
...
@@ -78,6 +78,7 @@ public class IdxBizFanWeightController extends BaseController {
List
<
IdxBizFanWeight
>
formattedDates
=
list
.
stream
().
map
(
e
->
{
e
.
setValue
(
e
.
getValue
()!=
null
?
Float
.
parseFloat
(
new
DecimalFormat
(
"0.000"
).
format
(
e
.
getValue
())):
null
);
e
.
setValueS
(
e
.
getValue
()!=
null
?
new
DecimalFormat
(
"0.000"
).
format
(
e
.
getValue
()):
null
);
switch
(
e
.
getType
()){
case
"1"
:
e
.
setType
(
"片区"
);
...
...
@@ -95,7 +96,6 @@ public class IdxBizFanWeightController extends BaseController {
e
.
setType
(
"变量"
);
break
;
}
return
e
;
}
).
collect
(
Collectors
.
toList
());
...
...
@@ -313,8 +313,10 @@ public class IdxBizFanWeightController extends BaseController {
for
(
IdxBizFanWeight
listdatum
:
listdata
)
{
for
(
IdxBizFanWeight
idxBizPvWeight
:
list
)
{
listdatum
.
setValue
(
formattedNum
);
listdatum
.
setFlag
(
null
);
if
(
idxBizPvWeight
.
getSequenceNbr
().
equals
(
listdatum
.
getSequenceNbr
()))
{
listdatum
.
setValue
(
Float
.
valueOf
(
value
.
get
(
"data"
).
toString
()));
listdatum
.
setFlag
(
"是"
);
break
;
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizPvWeightController.java
View file @
7e10677e
...
...
@@ -83,6 +83,7 @@ public class IdxBizPvWeightController extends BaseController {
List
<
IdxBizPvWeight
>
formattedDates
=
list
.
stream
().
map
(
e
->
{
e
.
setValue
(
e
.
getValue
()!=
null
?
Float
.
parseFloat
(
new
DecimalFormat
(
"0.000"
).
format
(
e
.
getValue
())):
null
);
e
.
setValueS
(
e
.
getValue
()!=
null
?
new
DecimalFormat
(
"0.000"
).
format
(
e
.
getValue
()):
null
);
switch
(
e
.
getType
()){
case
"1"
:
e
.
setType
(
"片区"
);
...
...
@@ -320,8 +321,10 @@ public class IdxBizPvWeightController extends BaseController {
for
(
IdxBizPvWeight
listdatum
:
listdata
)
{
for
(
IdxBizPvWeight
idxBizPvWeight
:
list
)
{
listdatum
.
setValue
(
formattedNum
);
listdatum
.
setFlag
(
null
);
if
(
idxBizPvWeight
.
getSequenceNbr
().
equals
(
listdatum
.
getSequenceNbr
()))
{
listdatum
.
setValue
(
Float
.
valueOf
(
value
.
get
(
"data"
).
toString
()));
listdatum
.
setFlag
(
"是"
);
break
;
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/TDBigScreenAnalyseController.java
View file @
7e10677e
...
...
@@ -140,8 +140,10 @@ public class TDBigScreenAnalyseController extends BaseController {
StationBasic
stationBasic
=
stationBasicMapper
.
selectById
(
stationCode
);
stationCode
=
stationBasic
.
getFanGatewayId
();
}
else
if
(
StrUtil
.
isNotEmpty
(
station
))
{
//由于命名不统一
StationBasic
stationBasic
=
stationBasicMapper
.
selectOne
(
new
LambdaQueryWrapper
<
StationBasic
>()
.
like
(
StationBasic:
:
getStationName
,
station
.
substring
(
0
,
station
.
length
()
-
1
)));
.
eq
(
StationBasic:
:
getStationName
,
station
.
substring
(
0
,
station
.
length
()
-
1
)+
'场'
)
.
or
().
eq
(
StationBasic:
:
getStationName
,
station
.
substring
(
0
,
station
.
length
()
-
1
)+
'站'
));
stationCode
=
stationBasic
.
getFanGatewayId
();
}
if
(
StrUtil
.
isNotEmpty
(
areaCode
))
{
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizFanWeight.java
View file @
7e10677e
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.FieldStrategy
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
...
...
@@ -64,6 +66,12 @@ public class IdxBizFanWeight {
*/
@TableField
(
"VALUE"
)
private
Float
value
;
/**
* 权重值字符串
*/
@TableField
(
exist
=
false
)
private
String
valueS
;
/**
* orgCode
...
...
@@ -71,6 +79,7 @@ public class IdxBizFanWeight {
@TableField
(
"ORG_CODE"
)
private
String
orgCode
;
@TableField
(
exist
=
false
)
private
String
Symbol_key
;
@TableField
(
value
=
"FLAG"
,
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
flag
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/entity/IdxBizPvWeight.java
View file @
7e10677e
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jxiop
.
biz
.
entity
;
import
com.baomidou.mybatisplus.annotation.FieldStrategy
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
@@ -65,6 +66,12 @@ public class IdxBizPvWeight {
*/
@TableField
(
"VALUE"
)
private
Float
value
;
/**
* 权重值字符串
*/
@TableField
(
exist
=
false
)
private
String
valueS
;
/**
* orgCode
...
...
@@ -72,6 +79,6 @@ public class IdxBizPvWeight {
@TableField
(
"ORG_CODE"
)
private
String
orgCode
;
@TableField
(
exist
=
false
)
private
String
Symbol_key
;
@TableField
(
value
=
"FLAG"
,
updateStrategy
=
FieldStrategy
.
IGNORED
)
private
String
flag
;
}
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