|
@@ -198,7 +198,7 @@ public class PostProgrammeController extends BaseController {
|
198
|
198
|
}
|
199
|
199
|
|
200
|
200
|
|
201
|
|
- @ApiOperation("审核1:岗检方案审核-HR")
|
|
201
|
+ @ApiOperation("审核2:岗检方案审核-HR")
|
202
|
202
|
@ApiImplicitParams({
|
203
|
203
|
@ApiImplicitParam(name = "id", value = "主键ID", dataType = "Long", dataTypeClass = Long.class),
|
204
|
204
|
@ApiImplicitParam(name = "statusHr", value = "1-人力资源审批-状态:1-待审核;3-通过;4-驳回;", dataType = "Long", dataTypeClass = Long.class),
|
|
@@ -230,7 +230,7 @@ public class PostProgrammeController extends BaseController {
|
230
|
230
|
}
|
231
|
231
|
|
232
|
232
|
|
233
|
|
- @ApiOperation("审核2:岗检方案审核-Icfa")
|
|
233
|
+ @ApiOperation("审核1:岗检方案审核-Icfa")
|
234
|
234
|
@ApiImplicitParams({
|
235
|
235
|
@ApiImplicitParam(name = "id", value = "主键ID", dataType = "Long", dataTypeClass = Long.class),
|
236
|
236
|
@ApiImplicitParam(name = "statusIcfa", value = "2-内控法务部审批-状态:1-待审核;3-通过;4-驳回;", dataType = "Long", dataTypeClass = Long.class),
|