gateway放行路径添加

master
river 4 years ago
parent ffe0f97821
commit 90776c4241
  1. 2
      dq-financial-crms/src/main/java/com/daqing/financial/crms/service/impl/CustomerAppletServiceImpl.java
  2. 2
      dq-financial-guarantee/src/main/resources/mapper/guarantee/AlCollectionMapper.xml
  3. 3
      dq-govern-gateway/src/main/resources/jwt.properties

@ -442,8 +442,10 @@ public class CustomerAppletServiceImpl extends ServiceImpl<CustomerAppletDao, Cu
break;
case 5: // 已撤销
applyDetailResponse.setStatus(applyDetail.getAuditStatus());
break;
case 6: // 草稿,正常不会出现这个状态,避免报错设置为已受理
applyDetailResponse.setStatus(1);
break;
default:
ExceptionCast.cast(CrmsCode.CUSTOMER_APPLET_STATUS_IS_NULL);
}

@ -51,7 +51,7 @@
<!-- 催收时贷款记录 -->
<select id="getOverdueDetailByInsuranceId" parameterType="integer" resultType="com.daqing.financial.guarantee.model.response.OverdueDetailResponse">
SELECT customer_name AS name,business_type AS type,business_code AS code
FROM al_insurance_list WHERE i.id = #{insuranceId}
FROM al_insurance_list WHERE id = #{insuranceId}
</select>
<!-- 根据保后id查询催收的次数 -->

@ -34,7 +34,8 @@ jwt.ignoreUrlList=/apiHrmsAuth/hrms/auth/userlogin/getBackPwd,\
/api-guarantee/al-insurance-list/excelExport,\
/api-guarantee/al-repayment-entry/excelExport,\
/api-guarantee/al-collection/list/export/excel,\
/api-guarantee/al-collection/collection/list/export/excel
/api-guarantee/al-collection/collection/list/export/excel,\
/api-guarantee/dg-apply-amount-info/download

Loading…
Cancel
Save