Commit c814d6ec by guanzhenshan

解决获取调拨明细错误的问题

parent a450a44b
...@@ -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);
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment