Showing
1 changed file
with
4 additions
and
0 deletions
| @@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
| 11 | <result column="workshop_name" property="workshopName"/> | 11 | <result column="workshop_name" property="workshopName"/> |
| 12 | <result column="shipments_date" property="shipmentsDate"/> | 12 | <result column="shipments_date" property="shipmentsDate"/> |
| 13 | <result column="dept_id" property="deptId"/> | 13 | <result column="dept_id" property="deptId"/> |
| 14 | + <result column="region" property="region"/> | ||
| 14 | <result column="delivery_type" property="deliveryType"/> | 15 | <result column="delivery_type" property="deliveryType"/> |
| 15 | <result column="destination" property="destination"/> | 16 | <result column="destination" property="destination"/> |
| 16 | <result column="status" property="status"/> | 17 | <result column="status" property="status"/> |
| @@ -30,6 +31,7 @@ | @@ -30,6 +31,7 @@ | ||
| 30 | w.name AS workshop_name, | 31 | w.name AS workshop_name, |
| 31 | tb.shipments_date, | 32 | tb.shipments_date, |
| 32 | tb.dept_id, | 33 | tb.dept_id, |
| 34 | + tb.region, | ||
| 33 | tb.delivery_type, | 35 | tb.delivery_type, |
| 34 | tb.destination, | 36 | tb.destination, |
| 35 | tb.status, | 37 | tb.status, |
| @@ -81,6 +83,7 @@ | @@ -81,6 +83,7 @@ | ||
| 81 | workshop_id, | 83 | workshop_id, |
| 82 | shipments_date, | 84 | shipments_date, |
| 83 | dept_id, | 85 | dept_id, |
| 86 | + region, | ||
| 84 | delivery_type, | 87 | delivery_type, |
| 85 | destination, | 88 | destination, |
| 86 | payment_type, | 89 | payment_type, |
| @@ -96,6 +99,7 @@ | @@ -96,6 +99,7 @@ | ||
| 96 | #{item.workshopId}, | 99 | #{item.workshopId}, |
| 97 | #{item.shipmentsDate}, | 100 | #{item.shipmentsDate}, |
| 98 | #{item.deptId}, | 101 | #{item.deptId}, |
| 102 | + #{item.region}, | ||
| 99 | #{item.deliveryType}, | 103 | #{item.deliveryType}, |
| 100 | #{item.destination}, | 104 | #{item.destination}, |
| 101 | #{item.paymentType}, | 105 | #{item.paymentType}, |