Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -14,6 +14,7 @@ | @@ -14,6 +14,7 @@ | ||
| 14 | <result column="delivery_method" property="deliveryMethod"/> | 14 | <result column="delivery_method" property="deliveryMethod"/> |
| 15 | <result column="price_list_no" property="priceListNo"/> | 15 | <result column="price_list_no" property="priceListNo"/> |
| 16 | <result column="execution_standard" property="executionStandard"/> | 16 | <result column="execution_standard" property="executionStandard"/> |
| 17 | + <result column="execution_standard_remarks" property="executionStandardRemarks"/> | ||
| 17 | <result column="invoicing_status" property="invoicingStatus"/> | 18 | <result column="invoicing_status" property="invoicingStatus"/> |
| 18 | <result column="shipping_cost" property="shippingCost"/> | 19 | <result column="shipping_cost" property="shippingCost"/> |
| 19 | <result column="piece_weight_header" property="pieceWeightHeader"/> | 20 | <result column="piece_weight_header" property="pieceWeightHeader"/> |
| @@ -22,6 +23,7 @@ | @@ -22,6 +23,7 @@ | ||
| 22 | <result column="performance" property="performance"/> | 23 | <result column="performance" property="performance"/> |
| 23 | <result column="element" property="element"/> | 24 | <result column="element" property="element"/> |
| 24 | <result column="packaging" property="packaging"/> | 25 | <result column="packaging" property="packaging"/> |
| 26 | + <result column="packaging_fee" property="packagingFee"/> | ||
| 25 | <result column="remarks" property="remarks"/> | 27 | <result column="remarks" property="remarks"/> |
| 26 | <result column="examine_status" property="examineStatus"/> | 28 | <result column="examine_status" property="examineStatus"/> |
| 27 | <result column="production_process" property="productionProcess"/> | 29 | <result column="production_process" property="productionProcess"/> |
| @@ -31,6 +33,7 @@ | @@ -31,6 +33,7 @@ | ||
| 31 | <result column="workshop_name" property="workshopName"/> | 33 | <result column="workshop_name" property="workshopName"/> |
| 32 | <result column="customer_credit_id" property="customerCreditId"/> | 34 | <result column="customer_credit_id" property="customerCreditId"/> |
| 33 | <result column="customer_tier" property="customerTier"/> | 35 | <result column="customer_tier" property="customerTier"/> |
| 36 | + <result column="total_quantity" property="totalQuantity"/> | ||
| 34 | <result column="create_by_id" property="createById"/> | 37 | <result column="create_by_id" property="createById"/> |
| 35 | <result column="create_by" property="createBy"/> | 38 | <result column="create_by" property="createBy"/> |
| 36 | <result column="update_by_id" property="updateById"/> | 39 | <result column="update_by_id" property="updateById"/> |
| @@ -52,6 +55,7 @@ | @@ -52,6 +55,7 @@ | ||
| 52 | tb.delivery_method, | 55 | tb.delivery_method, |
| 53 | tb.price_list_no, | 56 | tb.price_list_no, |
| 54 | tb.execution_standard, | 57 | tb.execution_standard, |
| 58 | + tb.execution_standard_remarks, | ||
| 55 | tb.invoicing_status, | 59 | tb.invoicing_status, |
| 56 | tb.shipping_cost, | 60 | tb.shipping_cost, |
| 57 | tb.piece_weight_header, | 61 | tb.piece_weight_header, |
| @@ -60,6 +64,7 @@ | @@ -60,6 +64,7 @@ | ||
| 60 | tb.performance, | 64 | tb.performance, |
| 61 | tb.element, | 65 | tb.element, |
| 62 | tb.packaging, | 66 | tb.packaging, |
| 67 | + tb.packaging_fee, | ||
| 63 | tb.remarks, | 68 | tb.remarks, |
| 64 | tb.examine_status, | 69 | tb.examine_status, |
| 65 | tb.production_process, | 70 | tb.production_process, |
| @@ -69,6 +74,7 @@ | @@ -69,6 +74,7 @@ | ||
| 69 | ws.name AS workshop_name, | 74 | ws.name AS workshop_name, |
| 70 | tb.customer_credit_id, | 75 | tb.customer_credit_id, |
| 71 | cc.company_suggested_category AS customer_tier, | 76 | cc.company_suggested_category AS customer_tier, |
| 77 | + tb.total_quantity, | ||
| 72 | tb.create_by_id, | 78 | tb.create_by_id, |
| 73 | tb.create_by, | 79 | tb.create_by, |
| 74 | tb.update_by_id, | 80 | tb.update_by_id, |