|
|
@@ -12,6 +12,7 @@
|
|
|
<result column="order_complete_time" property="orderCompleteTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="order_commit_time" property="orderCommitTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="order_back_time" property="orderBackTime" jdbcType="TIMESTAMP"/>
|
|
|
+ <result column="order_repair_time" property="orderRepairTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="order_advice" property="orderAdvice" jdbcType="VARCHAR"/>
|
|
|
<result column="order_status" property="orderStatus" jdbcType="VARCHAR"/>
|
|
|
<result column="order_price" property="orderPrice" jdbcType="DECIMAL"/>
|
|
|
@@ -188,11 +189,13 @@
|
|
|
<resultMap id="queryByOrderIdMap" type="com.chuanghai.repair.entity.RepairsOrder">
|
|
|
<id column="order_id" property="orderId" jdbcType="VARCHAR"/>
|
|
|
<result column="order_images" property="orderImages" jdbcType="VARCHAR"/>
|
|
|
+ <result column="repair_image" property="repairImage" jdbcType="VARCHAR"/>
|
|
|
<result column="order_advice" property="orderAdvice" jdbcType="VARCHAR"/>
|
|
|
<result column="order_status" property="orderStatus" jdbcType="VARCHAR"/>
|
|
|
<result column="order_expected_time" property="orderExpectedTime" jdbcType="VARCHAR"/>
|
|
|
<result column="order_commit_time" property="orderCommitTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="order_complete_time" property="orderCompleteTime" jdbcType="TIMESTAMP"/>
|
|
|
+ <result column="order_repair_time" property="orderRepairTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="order_back_time" property="orderBackTime" jdbcType="TIMESTAMP"/>
|
|
|
|
|
|
<result column="order_back" property="orderBack" jdbcType="VARCHAR"/>
|