Commit a0368394 authored by 蔡镇泽's avatar 蔡镇泽

评定任务分组管理

parent 6d6882b9
...@@ -170,7 +170,7 @@ public class TaskController { ...@@ -170,7 +170,7 @@ public class TaskController {
* @param pushId 任务清单id * @param pushId 任务清单id
* @param status 分组状态 未分配(拒绝(重新分配)):0;已分配:1;已接受:2;已完成:3;拒绝(中止):4,拒绝(终止):5 * @param status 分组状态 未分配(拒绝(重新分配)):0;已分配:1;已接受:2;已完成:3;拒绝(中止):4,拒绝(终止):5
*/ */
@RequestMapping("/taskGroupList") @RequestMapping("/taskGroup")
public Result taskGroup(Integer pushId, Integer status) { public Result taskGroup(Integer pushId, Integer status) {
if (status == null || status < 0 || status > 5) { if (status == null || status < 0 || status > 5) {
Result.failed("状态异常!"); Result.failed("状态异常!");
......
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