|
@@ -435,10 +435,10 @@ public class ApplicationProcedureController implements ApplicationProcedureContr
|
|
|
@Override
|
|
@Override
|
|
|
public CommonResult appletDetail(Integer department, Integer id) {
|
|
public CommonResult appletDetail(Integer department, Integer id) {
|
|
|
if (department==4) {
|
|
if (department==4) {
|
|
|
- ApplicationProcedureVo byId = applicationProcedureService.appletDetail(id);
|
|
|
|
|
- return CommonResult.ok(byId);
|
|
|
|
|
-
|
|
|
|
|
- }else if (department==7){
|
|
|
|
|
|
|
+// ApplicationProcedureVo byId = applicationProcedureService.appletDetail(id);
|
|
|
|
|
+// return CommonResult.ok(byId);
|
|
|
|
|
+//
|
|
|
|
|
+// }else if (department==4){
|
|
|
// 临时人员
|
|
// 临时人员
|
|
|
ApplicationProcedureTemporaryVo byId = applicationProcedureTemporaryService.appletDetail(id);
|
|
ApplicationProcedureTemporaryVo byId = applicationProcedureTemporaryService.appletDetail(id);
|
|
|
return CommonResult.ok(byId);
|
|
return CommonResult.ok(byId);
|