|
|
|
@@ -1,6 +1,5 @@ |
|
|
|
package com.iformall.service.impl; |
|
|
|
|
|
|
|
import com.alibaba.druid.support.json.JSONUtils; |
|
|
|
import com.github.pagehelper.PageHelper; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.iformall.common.Result; |
|
|
|
@@ -87,6 +86,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public void updateBusinessStatus(Long businessId,Integer flowType,Integer contractType,Integer applyStatus,Boolean supplement){ |
|
|
|
logger.info("businessId:{},supplement:{}",businessId.toString(),supplement); |
|
|
|
if(1 == flowType){ |
|
|
|
// 1租赁合同 2点位合同wx_rent_contract 3物业wx_property_contract 4点位物业合同 |
|
|
|
if(contractType.intValue() == 1 || contractType.intValue() == 2){ |
|
|
|
|