Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
Overview
Overview
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
platform
hp-smart
Commits
98fe229c
Commit
98fe229c
authored
Oct 08, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-08 新增返回ID
parent
a419e009
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
54 additions
and
9 deletions
+54
-9
HPYX001.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX001.xml
+6
-1
HPYX002.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX002.xml
+6
-1
HPYX003.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX003.xml
+6
-1
HPYX004.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX004.xml
+6
-1
HPYX005A.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX005A.xml
+3
-0
HPYX006.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX006.xml
+6
-1
HPYX007.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX007.xml
+5
-1
HPYX008.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX008.xml
+5
-1
HPYX009.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX009.xml
+5
-1
HPYX010.xml
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX010.xml
+6
-1
No files found.
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX001.xml
View file @
98fe229c
...
@@ -198,7 +198,12 @@
...
@@ -198,7 +198,12 @@
COMPETE_USER,
<!-- 竞争对手 -->
COMPETE_USER,
<!-- 竞争对手 -->
SURVEY_USER
<!-- 调查人员 -->
SURVEY_USER
<!-- 调查人员 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #surveyDate#, #district#, #policyEnv#, #economyEnv#, #sociCultureEnv#, #supplier#, #competeUser#, #surveyUser#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #surveyDate#, #district#, #policyEnv#, #economyEnv#, #sociCultureEnv#, #supplier#,
#competeUser#, #surveyUser#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX001
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX002.xml
View file @
98fe229c
...
@@ -189,7 +189,12 @@
...
@@ -189,7 +189,12 @@
BUY_PRODUCTS,
<!-- 经常购买产品 -->
BUY_PRODUCTS,
<!-- 经常购买产品 -->
SURVEY_USER
<!-- 调查人员 -->
SURVEY_USER
<!-- 调查人员 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #surveyDate#, #district#, #client#, #buyMotive#, #buyAmount#, #buyProducts#, #surveyUser#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #surveyDate#, #district#, #client#, #buyMotive#, #buyAmount#, #buyProducts#,
#surveyUser#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX002
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX003.xml
View file @
98fe229c
...
@@ -189,7 +189,12 @@
...
@@ -189,7 +189,12 @@
QUALITY,
<!-- 质量 -->
QUALITY,
<!-- 质量 -->
SURVEY_USER
<!-- 调查人员 -->
SURVEY_USER
<!-- 调查人员 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #surveyDate#, #district#, #productName#, #quantity#, #price#, #quality#, #surveyUser#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #surveyDate#, #district#, #productName#, #quantity#, #price#, #quality#,
#surveyUser#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX003
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX004.xml
View file @
98fe229c
...
@@ -189,7 +189,12 @@
...
@@ -189,7 +189,12 @@
PROMO_METHOD_GOOD_BAD,
<!-- 促销方式优劣势 -->
PROMO_METHOD_GOOD_BAD,
<!-- 促销方式优劣势 -->
SURVEY_USER
<!-- 调查人员 -->
SURVEY_USER
<!-- 调查人员 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #surveyDate#, #district#, #productGoodBad#, #priceGoodBad#, #channelEffect#, #promoMethodGoodBad#, #surveyUser#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #surveyDate#, #district#, #productGoodBad#, #priceGoodBad#, #channelEffect#,
#promoMethodGoodBad#, #surveyUser#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX004
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX005A.xml
View file @
98fe229c
...
@@ -190,6 +190,9 @@
...
@@ -190,6 +190,9 @@
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #productCode#, #productName#, #productModel#, #quantity#, #price#, #productCost#, #amount#,
#updatedTime#, #deleteFlag#, #productCode#, #productName#, #productModel#, #quantity#, #price#, #productCost#, #amount#,
#parentId#)
#parentId#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX005A
</selectKey>
</insert>
</insert>
<!-- 批量写入 -->
<!-- 批量写入 -->
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX006.xml
View file @
98fe229c
...
@@ -198,7 +198,12 @@
...
@@ -198,7 +198,12 @@
DIS_WAY,
<!-- 折扣策略 -->
DIS_WAY,
<!-- 折扣策略 -->
PRODUCT_INVENT
<!-- 产品库存 -->
PRODUCT_INVENT
<!-- 产品库存 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #productCode#, #productName#, #productType#, #productPecu#, #productGood#, #productPrice#, #disWay#, #productInvent#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #productCode#, #productName#, #productType#, #productPecu#, #productGood#,
#productPrice#, #disWay#, #productInvent#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX006
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX007.xml
View file @
98fe229c
...
@@ -171,7 +171,11 @@
...
@@ -171,7 +171,11 @@
TAR_MARKET,
<!-- 目标市场 -->
TAR_MARKET,
<!-- 目标市场 -->
BUS_PART
<!-- 合作伙伴 -->
BUS_PART
<!-- 合作伙伴 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #channelCode#, #channelName#, #coverDist#, #tarMarket#, #busPart#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #channelCode#, #channelName#, #coverDist#, #tarMarket#, #busPart#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX007
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX008.xml
View file @
98fe229c
...
@@ -189,7 +189,11 @@
...
@@ -189,7 +189,11 @@
SPECIALITY,
<!-- 专长 -->
SPECIALITY,
<!-- 专长 -->
WORK_EXPE
<!-- 工作经历 -->
WORK_EXPE
<!-- 工作经历 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #name#, #position#, #degree#, #profes#, #skill#, #speciality#, #workExpe#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #name#, #position#, #degree#, #profes#, #skill#, #speciality#, #workExpe#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX008
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX009.xml
View file @
98fe229c
...
@@ -162,7 +162,11 @@
...
@@ -162,7 +162,11 @@
DIST_SITUA,
<!-- 分配情况 -->
DIST_SITUA,
<!-- 分配情况 -->
ACTUAL_EXPE
<!-- 实际支出 -->
ACTUAL_EXPE
<!-- 实际支出 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #budget#, #sourceFunds#, #distSitua#, #actualExpe#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #budget#, #sourceFunds#, #distSitua#, #actualExpe#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX009
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
src/main/java/com/baosight/hpjx/hp/yx/sql/HPYX010.xml
View file @
98fe229c
...
@@ -221,7 +221,12 @@
...
@@ -221,7 +221,12 @@
ACTUAL_CODE,
<!-- 实际成本 -->
ACTUAL_CODE,
<!-- 实际成本 -->
ACTUAL_TRAN
<!-- 实际转化率 -->
ACTUAL_TRAN
<!-- 实际转化率 -->
)
)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#, #updatedTime#, #deleteFlag#, #sellDate#, #sourceFunds#, #district#, #content#, #promChannel#, #goalMarket#, #goalAmount#, #goalTran#, #budget#, #actualCode#, #actualTran#)
VALUES (#id#, #companyCode#, #depCode#, #createdBy#, #createdName#, #createdTime#, #updatedBy#, #updatedName#,
#updatedTime#, #deleteFlag#, #sellDate#, #sourceFunds#, #district#, #content#, #promChannel#, #goalMarket#,
#goalAmount#, #goalTran#, #budget#, #actualCode#, #actualTran#)
<selectKey
resultClass=
"java.lang.Long"
keyProperty=
"id"
>
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPYX010
</selectKey>
</insert>
</insert>
<delete
id=
"delete"
>
<delete
id=
"delete"
>
...
...
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