Commit e7522618 authored by LiuLin's avatar LiuLin

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents d7f1c120 ebf500d7
...@@ -150,7 +150,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -150,7 +150,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
} }
} }
//查询申请单号 //查询申请单号
ResponseModel<List<String>> result =tzsServiceFeignClient.applicationFormCode(ApplicationFormTypeEnum.GZBG.getCode(), 1); ResponseModel<List<String>> result =tzsServiceFeignClient.applicationFormCode(ApplicationFormTypeEnum.YZBG.getCode(), 1);
if(!result.getResult().isEmpty()){ if(!result.getResult().isEmpty()){
//申请编号 //申请编号
oldTransfer.setApplyNo(result.getResult().get(0)); oldTransfer.setApplyNo(result.getResult().get(0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment