xhxu 4 лет назад
Родитель
Сommit
3a5bffe617
2 измененных файлов: 5 добавлений и 2 удалений
  1. +4
    -1
      mallinkCallback/src/main/java/com/iformall/controller/callback/JinMaoController.java
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 4
- 1
mallinkCallback/src/main/java/com/iformall/controller/callback/JinMaoController.java Просмотреть файл

@@ -48,6 +48,7 @@ public class JinMaoController extends BaseController {
/**
* 金茂东风湖运动公园用户数据推送。
* tenantId = 1035
* @throws IOException
* dfh user:{
* phone=17891060680,
@@ -59,7 +60,8 @@ public class JinMaoController extends BaseController {
* weight=68,
* address=??,
* register_time=Jan 21, 2021 5:58:37 PM,
* unionid=oLUeT4poGhpUKR3vPU5huMU3o-no}
* unionid=oLUeT4poGhpUKR3vPU5huMU3o-no
* }
*/
@RequestMapping(value = "/dfh/user")
@ResponseBody
@@ -70,6 +72,7 @@ public class JinMaoController extends BaseController {
/**
* 金茂东风湖运动公园订单数据推送。
* tenantId = 1035
* @throws Exception 可能产生的任何异常
* dfh order:{
* price=15,


+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Просмотреть файл

@@ -773,7 +773,7 @@
select
rc.`id`,rc.`merchant_id`,
rc.`shop_type_sub`,rc.`lease_purpose`,rc.`contractual_rules`,rc.`delivery_date`,rc.`delivery_grace_period`,rc.`opening_date`,rc.`business_hours`,rc.`scope_metre`,
rc.`price`,rc.`rental_start_date`,rc.`rental_end_date`,rc.`sign_date`,rc.`receive_period`,
rc.`price`,rc.rent_area,rc.`rental_start_date`,rc.`rental_end_date`,rc.`sign_date`,rc.`receive_period`,
rc.`tenant_id`,rc.`parent_tenant_id`,rc.`filepath`,rc.`status`,rc.`contract_number`,
rc.`first_party_bank_info`,rc.`second_party_bank_info`,rc.`second_party_tax_info`,
rc.`property_name`,rc.`property_fee`,rc.`fee_cycle`,rc.`water_fee`,rc.`electricity_fees`,


Загрузка…
Отмена
Сохранить