Przeglądaj źródła

补录发起审批流,并走同一个事务

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
522ae0994a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Wyświetl plik

@@ -1,6 +1,5 @@
package com.iformall.service.impl; package com.iformall.service.impl;


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


Ładowanie…
Anuluj
Zapisz