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
2346b7dd
Commit
2346b7dd
authored
Aug 26, 2022
by
litengwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl_plan6' into develop_dl_plan6
parents
4a4c7e0c
ee389ca3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
StockServiceImpl.java
...om/yeejoin/equipmanage/service/impl/StockServiceImpl.java
+13
-2
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/StockServiceImpl.java
View file @
2346b7dd
...
@@ -495,7 +495,7 @@ public class StockServiceImpl extends ServiceImpl<StockMapper, Stock> implements
...
@@ -495,7 +495,7 @@ public class StockServiceImpl extends ServiceImpl<StockMapper, Stock> implements
try
{
try
{
seveRK
(
equipmentDetailDownloadVOS
.
get
(
i
),
reginParams
,
agencyUserModel
,
seveRK
(
equipmentDetailDownloadVOS
.
get
(
i
),
reginParams
,
agencyUserModel
,
fireFightSysIdsBuffer
,
list
,
errBufferName
,
erryy
);
fireFightSysIdsBuffer
,
list
,
errBufferName
,
erryy
,
i
+
1
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
...
@@ -554,9 +554,20 @@ public class StockServiceImpl extends ServiceImpl<StockMapper, Stock> implements
...
@@ -554,9 +554,20 @@ public class StockServiceImpl extends ServiceImpl<StockMapper, Stock> implements
StringBuffer
fireFightSysIdsBuffer
,
StringBuffer
fireFightSysIdsBuffer
,
List
<
EquipmentSpecific
>
list
,
List
<
EquipmentSpecific
>
list
,
StringBuffer
errBufferName
,
StringBuffer
errBufferName
,
StringBuffer
erryy
StringBuffer
erryy
,
int
rowNum
){
){
if
(
StringUtils
.
isEmpty
(
equipmentDetailDownloadVOS
.
getName
()))
{
erryy
.
append
(
"第"
+
rowNum
+
"行器材名称为空,"
);
}
if
(
StringUtils
.
isEmpty
(
equipmentDetailDownloadVOS
.
getCode
()))
{
erryy
.
append
(
"第"
+
rowNum
+
"器材编码为空,"
);
}
if
(
StringUtils
.
isEmpty
(
equipmentDetailDownloadVOS
.
getCompanyName
()))
{
erryy
.
append
(
"第"
+
rowNum
+
"行所属单位为空,"
);
}
SimpleDateFormat
stf
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
SimpleDateFormat
stf
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
TransactionStatus
transactionStatus
=
platformTransactionManager
.
getTransaction
(
transactionDefinition
);
TransactionStatus
transactionStatus
=
platformTransactionManager
.
getTransaction
(
transactionDefinition
);
...
...
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