|
@ -12,6 +12,7 @@ import io.swagger.annotations.ApiOperation; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
|
|
|
import java.time.LocalDateTime; |
|
|
import java.util.ArrayList; |
|
|
import java.util.ArrayList; |
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
|
|
|
|
|
@ -139,6 +140,7 @@ public class ApiAppletHhrWorkInController extends BaseController { |
|
|
AppUsers localAppletUser = new AppUsers(); |
|
|
AppUsers localAppletUser = new AppUsers(); |
|
|
localAppletUser.setUserId(dto.getAppUserId()); |
|
|
localAppletUser.setUserId(dto.getAppUserId()); |
|
|
localAppletUser.setUserHh(1); |
|
|
localAppletUser.setUserHh(1); |
|
|
|
|
|
localAppletUser.setHhStartTime(LocalDateTime.now()); |
|
|
appUsersService.updateAppUsers(localAppletUser); |
|
|
appUsersService.updateAppUsers(localAppletUser); |
|
|
return AjaxResult.success("申请成功合伙人"); |
|
|
return AjaxResult.success("申请成功合伙人"); |
|
|
} |
|
|
} |
|
|