yzc 1 рік тому
батько
коміт
3fe65070c8

+ 16 - 1
hx-sale/src/main/resources/mapper/contract/ContractMapper.xml

@@ -84,7 +84,22 @@
                      t1.currency,
                      t1.currency_rate_json,
                      t1.rate                                                                   AS rate,
-                     t2.*,
+                     t1.create_time,
+                     t2.id,
+                     t2.trailer_fee_currency,
+                     t2.trailer_fee,
+                     t2.customs_fee_currency,
+                     t2.customs_fee,
+                     t2.agency_fee_currency,
+                     t2.agency_fee,
+                     t2.port_mixed_fee_currency,
+                     t2.port_mixed_fee,
+                     t2.inspection_red_pack_currency,
+                     t2.inspection_red_pack,
+                     t2.commission_currency,
+                     t2.commission,
+                     t2.other_currency,
+                     t2.other,
                      IFNULL(t1.budget_money, 0)                                                AS budgetMoney,
                      cu.NAME                                                                      customerName,
                      t1.is_settled,