Commit 19a3e35b authored by litengwei's avatar litengwei

使用单位变更

parent 4dedcba2
...@@ -59,11 +59,4 @@ public interface IJgChangeRegistrationUnitService { ...@@ -59,11 +59,4 @@ public interface IJgChangeRegistrationUnitService {
*/ */
void saveNotice(String submitType, JgChangeRegistrationUnitDto model, ReginParams reginParams); void saveNotice(String submitType, JgChangeRegistrationUnitDto model, ReginParams reginParams);
/**
* 打印告知单
*
* @param sequenceNbr 主键
* @return pdf文件路径
*/
String generateInstallationNoticeReport(Long sequenceNbr);
} }
...@@ -143,16 +143,6 @@ public class JgChangeRegistrationUnitController extends BaseController { ...@@ -143,16 +143,6 @@ public class JgChangeRegistrationUnitController extends BaseController {
} }
/** /**
* 生成告知单
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET", value = "单位变更列表全部数据查询", notes = "单位变更列表全部数据查询")
@GetMapping(value = "/generate-report")
public ResponseModel<String> generateReport(@RequestParam("sequenceNbr") Long sequenceNbr) {
return ResponseHelper.buildResponse(jgChangeRegistrationUnitServiceImpl.generateInstallationNoticeReport(sequenceNbr));
}
/**
* 撤销 * 撤销
* *
* @return * @return
......
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