|
@@ -127,6 +127,8 @@
|
|
|
<result column="bill_weight" property="billWeight" jdbcType="DOUBLE" />
|
|
|
<result column="warehouse_name" property="warehouseName" jdbcType="VARCHAR" />
|
|
|
<result column="customer_name" property="customerName" jdbcType="VARCHAR" />
|
|
|
+ <result column="insured_price" property="insuredPrice" jdbcType="DECIMAL" />
|
|
|
+ <result column="preservation_price" property="preservationPrice" jdbcType="DECIMAL" />
|
|
|
</resultMap>
|
|
|
<sql id="Condition_Where_Clause" >
|
|
|
<where >
|
|
@@ -179,7 +181,7 @@
|
|
|
callback_weigh_time, is_callback_trackingno_success, callback_trackingno_result,
|
|
|
callback_trackingno_time, api_data_extend, is_shortage, is_repeat_purchase, address_digest,
|
|
|
repeat_purchase_order_no, last_trace, problem_type_code, problem_type_name, problem_remark,
|
|
|
- is_problem, is_vali_box, volume_weight, bill_weight, warehouse_name, customer_name
|
|
|
+ is_problem, is_vali_box, volume_weight, bill_weight, warehouse_name, customer_name,insured_price,preservation_price
|
|
|
</sql>
|
|
|
<select id="selectByConditionList" resultMap="BaseResultMap" parameterType="com.lote.wms.outstock.order.entity.OutOrderCriteria" >
|
|
|
select
|