添加 运单号 和 发货备注 字段
This commit is contained in:
		@@ -14,6 +14,8 @@
 | 
			
		||||
        <result column="cancel_date" property="cancelDate"/>
 | 
			
		||||
        <result column="ship_date" property="shipDate"/>
 | 
			
		||||
        <result column="deliver_date" property="deliverDate"/>
 | 
			
		||||
        <result column="express_id" property="expressId"/>
 | 
			
		||||
        <result column="comment" property="comment"/>
 | 
			
		||||
    </resultMap>
 | 
			
		||||
    <resultMap id="OrderDetailResultMap" type="com.cxyxiaomo.epp.common.pojo.OrderDetail">
 | 
			
		||||
        <id property="id" column="id"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user