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
26837c92
Commit
26837c92
authored
Oct 31, 2023
by
H2T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管控项保存接口
parent
f560bdab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
PointController.java
...join/amos/patrol/business/controller/PointController.java
+2
-2
application-dev.properties
...spatrol-biz/src/main/resources/application-dev.properties
+1
-1
dbTemplate_input_item.xml
...iz/src/main/resources/db/mapper/dbTemplate_input_item.xml
+1
-0
No files found.
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/java/com/yeejoin/amos/patrol/business/controller/PointController.java
View file @
26837c92
...
@@ -270,7 +270,7 @@ public class PointController extends AbstractBaseController {
...
@@ -270,7 +270,7 @@ public class PointController extends AbstractBaseController {
for
(
PointInputItemVo
pItemVo
:
customInputList
)
{
for
(
PointInputItemVo
pItemVo
:
customInputList
)
{
PointInputItem
pointInputItem
=
new
PointInputItem
();
PointInputItem
pointInputItem
=
new
PointInputItem
();
if
(
pItemVo
.
getPointItemId
()==
0
l
)
{
if
(
pItemVo
.
getPointItemId
()==
0L
)
{
pointInputItem
.
setPointId
(
pointClassify
.
getPointId
());
pointInputItem
.
setPointId
(
pointClassify
.
getPointId
());
pointInputItem
.
setInputItemId
(
pItemVo
.
getId
());
pointInputItem
.
setInputItemId
(
pItemVo
.
getId
());
pointInputItem
.
setClassifyIds
(
Long
.
valueOf
(
newPointClassify
.
getId
()).
toString
());
pointInputItem
.
setClassifyIds
(
Long
.
valueOf
(
newPointClassify
.
getId
()).
toString
());
...
@@ -294,7 +294,7 @@ public class PointController extends AbstractBaseController {
...
@@ -294,7 +294,7 @@ public class PointController extends AbstractBaseController {
}
}
}
}
}
else
{
}
else
{
if
(
!
collect
.
contains
(
pItemVo
.
getPointItemId
()))
{
if
(
collect
.
contains
(
pItemVo
.
getPointItemId
()))
{
pointInputItem
.
setId
(
pItemVo
.
getPointItemId
());
pointInputItem
.
setId
(
pItemVo
.
getPointItemId
());
pointInputItem
.
setInputItemId
(
pItemVo
.
getId
());
pointInputItem
.
setInputItemId
(
pItemVo
.
getId
());
pointInputItem
.
setPointId
(
pointClassify
.
getPointId
());
pointInputItem
.
setPointId
(
pointClassify
.
getPointId
());
...
...
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/resources/application-dev.properties
View file @
26837c92
...
@@ -20,7 +20,7 @@ ribbon.MaxAutoRetries = 1
...
@@ -20,7 +20,7 @@ ribbon.MaxAutoRetries = 1
xiy_amos_satety_business
xiy_amos_satety_business
spring.reactor.debug-agent.enabled
=
true
spring.reactor.debug-agent.enabled
=
true
#DB properties:
#DB properties:
spring.datasource.url
=
jdbc:vastbase://36.46.137.116:5432/tzs_amos_tzs_biz_init?currentSchema=amos_tzs_biz&allowMultiQueries=true
&stringtype=unspecified
spring.datasource.url
=
jdbc:vastbase://36.46.137.116:5432/tzs_amos_tzs_biz_init?currentSchema=amos_tzs_biz&allowMultiQueries=true
spring.datasource.username
=
admin
spring.datasource.username
=
admin
spring.datasource.password
=
Yeejoin@2023
spring.datasource.password
=
Yeejoin@2023
spring.datasource.driver-class-name
=
cn.com.vastbase.Driver
spring.datasource.driver-class-name
=
cn.com.vastbase.Driver
...
...
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/resources/db/mapper/dbTemplate_input_item.xml
View file @
26837c92
...
@@ -198,6 +198,7 @@
...
@@ -198,6 +198,7 @@
LEFT JOIN p_input_item pii ON pii.id = ppi.input_item_id
LEFT JOIN p_input_item pii ON pii.id = ppi.input_item_id
WHERE pii.is_delete = '0'
WHERE pii.is_delete = '0'
<if
test=
"classifyId!=null and classifyId !='' "
>
AND ppi.classify_ids = #{classifyId}
</if>
<if
test=
"classifyId!=null and classifyId !='' "
>
AND ppi.classify_ids = #{classifyId}
</if>
ORDER BY pOrderNo
</select>
</select>
<select
id=
"getInputItemListByitemNos"
resultType=
"com.yeejoin.amos.patrol.business.vo.InputItemVo"
>
<select
id=
"getInputItemListByitemNos"
resultType=
"com.yeejoin.amos.patrol.business.vo.InputItemVo"
>
SELECT
SELECT
...
...
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