Browse Source

修改订单逻辑

wanghui 8 years ago
parent
commit
8f1f5178d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/goafanti/common/mapper/ContractMapper.xml

+ 2 - 0
src/main/java/com/goafanti/common/mapper/ContractMapper.xml

@@ -729,6 +729,7 @@
 			commodity_mode,
 			commodity_type,
 			commodity_quantity,
+			task_status,
 			create_time
 		)
 	values
@@ -741,6 +742,7 @@
 		#{item.commodityMode,jdbcType=VARCHAR}, 
 		#{item.commodityType,jdbcType=INTEGER},
 		#{item.commodityQuantity,jdbcType=INTEGER},
+		#{item.taskStatus,jdbcType=INTEGER},
 		#{item.createTime,jdbcType=TIMESTAMP}
 	  )
     </foreach>