dev
parent
677042a75d
commit
fa194c49bd
|
|
@ -42,6 +42,9 @@ public class AppEvalSignTaskController {
|
|||
@ApiOperation("签字统计")
|
||||
@PostMapping("/signStatistics")
|
||||
public SingleResponse<EvalSignTaskStatisticsCO> signStatistics(@RequestBody EvalSignTaskPageQuery cmd) {
|
||||
if (!StringUtils.hasText(cmd.getSignerPersonnelId())) {
|
||||
cmd.setSignerPersonnelId(String.valueOf(AuthUserContextAdapter.getCurrentUserId()));
|
||||
}
|
||||
return evalSignTaskApi.signStatistics(cmd);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue