Commit c4200502 by huluobin

# 更新

parent 416e7314
...@@ -112,7 +112,8 @@ ...@@ -112,7 +112,8 @@
from dc_base_oms_sku_30 from dc_base_oms_sku_30
where bailun_sku = #{bailunSku} where bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode} and warehouse_code = #{warehouseCode}
and create_time >= date_sub(now(), interval #{days} + 1 day) # and create_time >= date_sub(now(), interval #{days} + 1 day)
and date_sub(now(), interval #{days} + 1 day) < create_time
</select> </select>
</mapper> </mapper>
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