|
|
@@ -434,7 +434,7 @@ public class TaskGroupController {
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping("/listMyJoinGroup")
|
|
|
- public HttpRespMsg listMyJoinGroup(TaskGroup item, @RequestParam(required = false, defaultValue = "0") Integer isSubstitude,@RequestParam String workDate) {
|
|
|
+ public HttpRespMsg listMyJoinGroup(TaskGroup item, @RequestParam(required = false, defaultValue = "0") Integer isSubstitude, String workDate) {
|
|
|
HttpRespMsg msg = new HttpRespMsg();
|
|
|
String token = request.getHeader("TOKEN");
|
|
|
User user = userMapper.selectById(token);
|