Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
毛树良
/
VVAS-DataCenter-DBWriter
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 88afe9d5
authored
Jun 23, 2025
by
毛树良
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]:增加提袋数量、购物袋品牌及品牌执行度标签
1 parent
767d0475
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
src/main/java/com/viontech/keliu/dao/DPersonLabelDao.java
src/main/java/com/viontech/keliu/entity/PersonLabelContent.java
src/main/java/com/viontech/keliu/dao/DPersonLabelDao.java
View file @
88afe9d
...
@@ -16,9 +16,9 @@ public class DPersonLabelDao {
...
@@ -16,9 +16,9 @@ public class DPersonLabelDao {
private
NamedParameterJdbcTemplate
namedParameterJdbcTemplate
;
private
NamedParameterJdbcTemplate
namedParameterJdbcTemplate
;
private
final
static
String
INSERT_PERSON_LABEL_SQL
=
"INSERT INTO d_person_label (recognition_unid, account_id, mall_id, count_date, count_time, hair_style,hair_color,hat,hat_color,glasses,mask,earring,jacket_type, jacket_color, "
+
private
final
static
String
INSERT_PERSON_LABEL_SQL
=
"INSERT INTO d_person_label (recognition_unid, account_id, mall_id, count_date, count_time, hair_style,hair_color,hat,hat_color,glasses,mask,earring,jacket_type, jacket_color, "
+
"bottoms_type, bottoms_color,suit_type,suit_color,clothing_brand,necklace,watch,bracelet,phone,rucksack_type,rucksack_color,handbag_type,handbag_color,shopping_bag_type,shopping_bag_color,shoe_type,shoe_color) "
"bottoms_type, bottoms_color,suit_type,suit_color,clothing_brand,necklace,watch,bracelet,phone,rucksack_type,rucksack_color,handbag_type,handbag_color,shopping_bag_type,shopping_bag_color,sho
pping_bag_num,shopping_bag_logo1,shopping_bag_logo1_score,shopping_bag_logo2,shopping_bag_logo2_score,sho
e_type,shoe_color) "
+
"VALUES (:recognitionUnid, :accountId, :mallId,:countDate,:countTime,:hairStyle,:hairColor,:hat,:hatColor,:glasses,:mask,:earring,:jacketType,:jacketColor,:bottomsType,:bottomsColor,:suitType,:suitColor,:clothingBrand,:necklace,"
+
+
"VALUES (:recognitionUnid, :accountId, :mallId,:countDate,:countTime,:hairStyle,:hairColor,:hat,:hatColor,:glasses,:mask,:earring,:jacketType,:jacketColor,:bottomsType,:bottomsColor,:suitType,:suitColor,:clothingBrand,:necklace,"
+
":watch,:bracelet,:phone,:rucksackType,:rucksackColor,:handbagType,:handbagColor,:shoppingBagType,:shoppingBagColor,:shoeType,:shoeColor);"
;
":watch,:bracelet,:phone,:rucksackType,:rucksackColor,:handbagType,:handbagColor,:shoppingBagType,:shoppingBagColor,:sho
ppingBagNum,:shoppingBagLogo1,:shoppingBagLogo1Score,:shoppingBagLogo2,:shoppingBagLogo2Score,:sho
eType,:shoeColor);"
;
public
void
insert
(
PersonLabelContent
personLabel
)
{
public
void
insert
(
PersonLabelContent
personLabel
)
{
SqlParameterSource
parameterSource
=
new
BeanPropertySqlParameterSource
(
personLabel
);
SqlParameterSource
parameterSource
=
new
BeanPropertySqlParameterSource
(
personLabel
);
...
...
src/main/java/com/viontech/keliu/entity/PersonLabelContent.java
View file @
88afe9d
...
@@ -142,6 +142,31 @@ public class PersonLabelContent {
...
@@ -142,6 +142,31 @@ public class PersonLabelContent {
private
Integer
shoppingBagColor
;
private
Integer
shoppingBagColor
;
/**
/**
* 提袋数量
*/
private
Integer
shoppingBagNum
;
/**
* 提袋1的Logo
*/
private
String
shoppingBagLogo1
;
/**
* 提袋1Logo的置信度
*/
private
Float
shoppingBagLogo1Score
;
/**
* 提袋2的Logo
*/
private
String
shoppingBagLogo2
;
/**
* 提袋2Logo的置信度
*/
private
Float
shoppingBagLogo2Score
;
/**
* 鞋子类型
* 鞋子类型
*/
*/
private
Integer
shoeType
;
private
Integer
shoeType
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment