Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
huluobin
dc-java
Commits
c814d6ec
Commit
c814d6ec
authored
Jun 16, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决获取调拨明细错误的问题
parent
a450a44b
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
TransferDetailsTest.java
...base-sync-transfer/src/test/java/TransferDetailsTest.java
+3
-3
DcBaseTransferBaleMapper.xml
...in/java/com/bailuntec/mapper/DcBaseTransferBaleMapper.xml
+2
-2
DcBaseTransferCompleteMapper.xml
...ava/com/bailuntec/mapper/DcBaseTransferCompleteMapper.xml
+2
-2
DcBaseTransferDeliveryMapper.xml
...ava/com/bailuntec/mapper/DcBaseTransferDeliveryMapper.xml
+2
-2
DcBaseTransferInboundMapper.xml
...java/com/bailuntec/mapper/DcBaseTransferInboundMapper.xml
+2
-2
DcBaseTransferPlanMapper.xml
...in/java/com/bailuntec/mapper/DcBaseTransferPlanMapper.xml
+2
-2
DcBaseTransferTransitMapper.xml
...java/com/bailuntec/mapper/DcBaseTransferTransitMapper.xml
+2
-2
DcBaseTransferVerifyMapper.xml
.../java/com/bailuntec/mapper/DcBaseTransferVerifyMapper.xml
+2
-2
No files found.
data-base/base-sync-transfer/src/test/java/TransferDetailsTest.java
View file @
c814d6ec
...
@@ -7,10 +7,10 @@ import java.time.LocalDateTime;
...
@@ -7,10 +7,10 @@ import java.time.LocalDateTime;
public
class
TransferDetailsTest
{
public
class
TransferDetailsTest
{
@Test
@Test
public
void
test
()
{
public
void
test
()
{
JobPointLog
jobPointLog
=
new
JobPointLog
();
//2020-06-15
09:07:01
JobPointLog
jobPointLog
=
new
JobPointLog
();
//2020-06-15
16:40:33
jobPointLog
.
setStartTime
(
LocalDateTime
.
of
(
2020
,
06
,
15
,
0
,
7
,
1
));
jobPointLog
.
setStartTime
(
LocalDateTime
.
of
(
2020
,
06
,
15
,
16
,
40
,
33
));
jobPointLog
.
setEndTime
(
LocalDateTime
.
of
(
2020
,
06
,
16
,
0
,
7
,
1
));
jobPointLog
.
setEndTime
(
LocalDateTime
.
of
(
2020
,
06
,
16
,
0
,
7
,
1
));
jobPointLog
.
setType
(
1
);
jobPointLog
.
setType
(
2
);
jobPointLog
.
setIntervalTime
(
1
);
jobPointLog
.
setIntervalTime
(
1
);
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageIndex
(
1
);
jobPointLog
.
setPageSize
(
1000
);
jobPointLog
.
setPageSize
(
1000
);
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferBaleMapper.xml
View file @
c814d6ec
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
<if
test=
"transportType != null"
>
<if
test=
"transportType != null"
>
transport_type,
transport_type,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -279,7 +279,7 @@
...
@@ -279,7 +279,7 @@
<if
test=
"transportType != null"
>
<if
test=
"transportType != null"
>
#{transportType,jdbcType=VARCHAR},
#{transportType,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferCompleteMapper.xml
View file @
c814d6ec
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
source_warehouse_code,
source_warehouse_code,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
#{sourceWarehouseCode,jdbcType=VARCHAR},
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferDeliveryMapper.xml
View file @
c814d6ec
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
source_warehouse_code,
source_warehouse_code,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
#{sourceWarehouseCode,jdbcType=VARCHAR},
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferInboundMapper.xml
View file @
c814d6ec
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
source_warehouse_code,
source_warehouse_code,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
<if
test=
"sourceWarehouseCode != null"
>
<if
test=
"sourceWarehouseCode != null"
>
#{sourceWarehouseCode,jdbcType=VARCHAR},
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferPlanMapper.xml
View file @
c814d6ec
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
<if
test=
"transportType != null"
>
<if
test=
"transportType != null"
>
transport_type,
transport_type,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
<if
test=
"transportType != null"
>
<if
test=
"transportType != null"
>
#{transportType,jdbcType=VARCHAR},
#{transportType,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferTransitMapper.xml
View file @
c814d6ec
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
<if
test=
"deleted != null"
>
<if
test=
"deleted != null"
>
deleted,
deleted,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
<if
test=
"deleted != null"
>
<if
test=
"deleted != null"
>
#{deleted,jdbcType=BIT},
#{deleted,jdbcType=BIT},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
data-common/src/main/java/com/bailuntec/mapper/DcBaseTransferVerifyMapper.xml
View file @
c814d6ec
...
@@ -215,7 +215,7 @@
...
@@ -215,7 +215,7 @@
<if
test=
"estimatedArrivalTime != null"
>
<if
test=
"estimatedArrivalTime != null"
>
estimated_arrival_time,
estimated_arrival_time,
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
isexception,
isexception,
</if>
</if>
</trim>
</trim>
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
<if
test=
"estimatedArrivalTime != null"
>
<if
test=
"estimatedArrivalTime != null"
>
#{estimatedArrivalTime,jdbcType=TIMESTAMP},
#{estimatedArrivalTime,jdbcType=TIMESTAMP},
</if>
</if>
<if
test=
"
record.
isexception != null"
>
<if
test=
"isexception != null"
>
#{isexception,jdbcType=BIT},
#{isexception,jdbcType=BIT},
</if>
</if>
</trim>
</trim>
...
...
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