Bladeren bron

1.3.0版本修改

LiFei 2 jaren geleden
bovenliggende
commit
e1e92cdcc4

+ 1 - 1
happy-boot-module-flexjob/src/main/java/org/jeecg/modules/api/hworder/entity/HwOrderAPI.java

@@ -135,6 +135,6 @@ public class HwOrderAPI implements Serializable {
 
     @TableField(exist = false)
     private String companyName;
-
+    @TableField(exist = false)
     private String otherAgreement;
 }

+ 1 - 0
happy-boot-module-flexjob/src/main/java/org/jeecg/modules/ordermanager/mapper/xml/HwOrderMapper.xml

@@ -28,6 +28,7 @@
 		r.trade_type AS "hwRequirement.tradeType",
 		r.province_city_country as "hwRequirement.provinceCityCountry",
 		r.other_agreement as "otherAgreement",
+		r.other_agreement as "hwRequirement.otherAgreement",
 		hwp.province_city_country as "hwPlatformCompany.provinceCityCountry",
         hwp.company_name AS "companyName",
         w.phone AS "userPhone",