소스 검색

[铜锣湾][添加][预账单]

release_toaliyun_real
luozukai 7 년 전
committed by Stormeye Wu
부모
커밋
429bdc7e99
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

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

@@ -260,6 +260,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
wxPropertyContractMapper.updateStatus(updateRentContract); wxPropertyContractMapper.updateStatus(updateRentContract);
logger.info("id:{},启动审批流成功",record.getId().toString()); logger.info("id:{},启动审批流成功",record.getId().toString());
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
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());
} }


+ 1
- 1
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml 파일 보기

@@ -182,7 +182,7 @@


<update id="updateApplyStatus" parameterType="com.iformall.domain.po.WxPropertyContract"> <update id="updateApplyStatus" parameterType="com.iformall.domain.po.WxPropertyContract">
update wx_property_contract set apply_status=#{applyStatus} update wx_property_contract set apply_status=#{applyStatus}
<if test=" null != businessType ">,set business_type=#{businessType}</if>
<if test=" null != businessType ">,business_type=#{businessType}</if>
where id=#{id} where id=#{id}
</update> </update>




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