Commit c814d6ec by guanzhenshan

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

parent a450a44b
......@@ -7,10 +7,10 @@ import java.time.LocalDateTime;
public class TransferDetailsTest {
@Test
public void test() {
JobPointLog jobPointLog = new JobPointLog();//2020-06-15 09:07:01
jobPointLog.setStartTime(LocalDateTime.of(2020,06,15,0,7,1));
JobPointLog jobPointLog = new JobPointLog();//2020-06-15 16:40:33
jobPointLog.setStartTime(LocalDateTime.of(2020,06,15,16,40,33));
jobPointLog.setEndTime(LocalDateTime.of(2020,06,16,0,7,1));
jobPointLog.setType(1);
jobPointLog.setType(2);
jobPointLog.setIntervalTime(1);
jobPointLog.setPageIndex(1);
jobPointLog.setPageSize(1000);
......
......@@ -226,7 +226,7 @@
<if test="transportType != null">
transport_type,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -279,7 +279,7 @@
<if test="transportType != null">
#{transportType,jdbcType=VARCHAR},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -221,7 +221,7 @@
<if test="sourceWarehouseCode != null">
source_warehouse_code,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -271,7 +271,7 @@
<if test="sourceWarehouseCode != null">
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -221,7 +221,7 @@
<if test="sourceWarehouseCode != null">
source_warehouse_code,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -271,7 +271,7 @@
<if test="sourceWarehouseCode != null">
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -221,7 +221,7 @@
<if test="sourceWarehouseCode != null">
source_warehouse_code,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -271,7 +271,7 @@
<if test="sourceWarehouseCode != null">
#{sourceWarehouseCode,jdbcType=VARCHAR},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -225,7 +225,7 @@
<if test="transportType != null">
transport_type,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -278,7 +278,7 @@
<if test="transportType != null">
#{transportType,jdbcType=VARCHAR},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -211,7 +211,7 @@
<if test="deleted != null">
deleted,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -255,7 +255,7 @@
<if test="deleted != null">
#{deleted,jdbcType=BIT},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</trim>
......
......@@ -215,7 +215,7 @@
<if test="estimatedArrivalTime != null">
estimated_arrival_time,
</if>
<if test="record.isexception != null">
<if test="isexception != null">
isexception,
</if>
</trim>
......@@ -262,7 +262,7 @@
<if test="estimatedArrivalTime != null">
#{estimatedArrivalTime,jdbcType=TIMESTAMP},
</if>
<if test="record.isexception != null">
<if test="isexception != null">
#{isexception,jdbcType=BIT},
</if>
</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