Commit ebf500d7 authored by liufan's avatar liufan

修改:移装变更时,获取申请编号的枚举值

parent c79e335c
...@@ -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