diff --git a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml index 9e0c737b8..1f315b9af 100644 --- a/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml +++ b/mhd_oms/src/main/resources/mapper/reservationStockInOrder/ReservationStockInOrderMapper.xml @@ -435,11 +435,11 @@ and a.PUSH_TIME #{pushTimeTo} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_STATUS = #{pushStatus} diff --git a/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml b/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml index 775ac0c9a..fa77182c2 100644 --- a/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml +++ b/mhd_oms/src/main/resources/mapper/reservationStockOutOrder/ReservationStockOutOrderMapper.xml @@ -315,11 +315,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.PUSH_TIME #{pushTimeTo} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_STATUS = #{pushStatus} diff --git a/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml b/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml index 253106e1a..19ef51784 100644 --- a/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml +++ b/mhd_wms/src/main/resources/mapper/pickingOrder/PickingOrderMapper.xml @@ -128,11 +128,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.PUSH_TIME #{pushTimeTo} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_STATUS = #{pushStatus} diff --git a/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml index 23b5ac42d..a1a04ed25 100644 --- a/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml +++ b/mhd_wms/src/main/resources/mapper/stockInOrder/StockInOrderMapper.xml @@ -424,11 +424,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.PUSH_TIME #{pushTimeTo} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_STATUS = #{pushStatus} diff --git a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml index 26a6da4a8..c090be1c8 100644 --- a/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml +++ b/mhd_wms/src/main/resources/mapper/stockOutOrder/StockOutOrderMapper.xml @@ -312,11 +312,11 @@ and date_format(a.audit_time,'%Y-%m-%d') <= #{auditTimeEnd} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_TIME =]]> #{pushTimeFrom} diff --git a/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml b/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml index df534bf7e..83f0b1861 100644 --- a/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml +++ b/mhd_wms/src/main/resources/mapper/stockShelfOrder/StockShelfOrderMapper.xml @@ -110,11 +110,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeEnd} - - and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom} + + and a.create_time =]]> #{createTimeFrom} - - and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo} + + and a.create_time #{createTimeTo} and a.PUSH_TIME =]]> #{pushTimeFrom}