Commit 966cebfb authored by lisong's avatar lisong

更新

parent ae63084e
......@@ -79,7 +79,7 @@ public class JgEnableDisableServiceImpl extends BaseService<JgEnableDisableDto,
// 仅保存
if ("add".equals(pageType)) {
// 获取申请编号
ResponseModel<List<String>> listResponseModel = tzsServiceFeignClient.applicationFormCode(ApplicationFormTypeEnum.SYDJ.getCode(), 1);
ResponseModel<List<String>> listResponseModel = tzsServiceFeignClient.applicationFormCode(ApplicationFormTypeEnum.TYQY.getCode(), 1);
if (!ObjectUtils.isEmpty(listResponseModel)) {
jgEnableDisable.setApplyNo(listResponseModel.getResult().get(0));
}
......
......@@ -28,6 +28,7 @@ public enum ApplicationFormTypeEnum {
JG("JG"),// 检验结果
SBZX("SBZX"),//电梯(设备)注销
GMBG("GMBG"),//更名变更
TYQY("TYQY")//停用启用
;
/**
......
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