소스 검색

[审批流][修改][物业合同发起审批合并]

release_toaliyun_real
luozukai 7 년 전
부모
커밋
0adae8bd77
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java
  2. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java 파일 보기

@@ -226,6 +226,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
updateRentContract.setId(record.getId()); updateRentContract.setId(record.getId());
updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode()); updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode());
wxPropertyContractMapper.updateStatus(updateRentContract); wxPropertyContractMapper.updateStatus(updateRentContract);
logger.info("id:{},启动审批流成功",record.getId().toString());
} catch (Exception e) { } catch (Exception e) {
logger.error("启动审批流失败,e:" + e.getMessage()); logger.error("启动审批流失败,e:" + e.getMessage());
throw new MallinkException(ErrorCode.FLOW_FAIL.getCode(), "FLOW FAILD " + e.getMessage()); throw new MallinkException(ErrorCode.FLOW_FAIL.getCode(), "FLOW FAILD " + e.getMessage());


+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java 파일 보기

@@ -205,6 +205,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
updateRentContract.setId(record.getId()); updateRentContract.setId(record.getId());
updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode()); updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode());
wxRentContractMapper.updateStatus(updateRentContract); wxRentContractMapper.updateStatus(updateRentContract);
logger.info("id:{},启动审批流成功, 是否补录:{}",record.getId().toString(),record.getMerchantId() != null);
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("启动审批流失败,e:" + e.getMessage()); logger.error("启动审批流失败,e:" + e.getMessage());
@@ -821,6 +822,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
updateRentContract.setId(record.getId()); updateRentContract.setId(record.getId());
updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode()); updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode());
wxRentContractMapper.updateStatus(updateRentContract); wxRentContractMapper.updateStatus(updateRentContract);
logger.info("id:{},启动审批流成功,是否补录:{}",record.getId().toString(),record.getMerchantId() != null);
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("启动审批流失败,e:" + e.getMessage()); logger.error("启动审批流失败,e:" + e.getMessage());


불러오는 중...
취소
저장