|
@@ -10,10 +10,7 @@ import com.mokamrp.privates.interceptor.AuthUser;
|
|
|
import com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskList;
|
|
import com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskList;
|
|
|
import com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskMobile;
|
|
import com.mokamrp.privates.mapper.pangu.pojo.FosterwxCashScheduleTaskMobile;
|
|
|
import com.mokamrp.privates.mapper.pojo.User;
|
|
import com.mokamrp.privates.mapper.pojo.User;
|
|
|
-import com.mokamrp.privates.service.pangu.FosterwxCashMobileService;
|
|
|
|
|
-import com.mokamrp.privates.service.pangu.FosterwxCashScheduleTaskListService;
|
|
|
|
|
-import com.mokamrp.privates.service.pangu.FosterwxCashScheduleTaskMobileService;
|
|
|
|
|
-import com.mokamrp.privates.service.pangu.FosterwxCashWorkwxTaskListService;
|
|
|
|
|
|
|
+import com.mokamrp.privates.service.pangu.*;
|
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -51,7 +48,7 @@ public class FosterwxCashScheduleTaskListController extends BaseController<Foste
|
|
|
public FosterwxCashScheduleTaskMobileService fosterwxCashScheduleTaskMobileService;
|
|
public FosterwxCashScheduleTaskMobileService fosterwxCashScheduleTaskMobileService;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
- public FosterwxCashMobileService fosterwxCashMobileService;
|
|
|
|
|
|
|
+ public FosterwxMobileService fosterwxMobileService;
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* @fast
|
|
* @fast
|
|
@@ -134,7 +131,7 @@ public class FosterwxCashScheduleTaskListController extends BaseController<Foste
|
|
|
|
|
|
|
|
fosterwxCashScheduleTaskMobiles.forEach(fosterwxCashScheduleTaskMobile -> {
|
|
fosterwxCashScheduleTaskMobiles.forEach(fosterwxCashScheduleTaskMobile -> {
|
|
|
fosterwxCashScheduleTaskMobile.setFosterwxCashScheduleTaskList(fosterwxCashScheduleTaskListService.getById(fosterwxCashScheduleTaskMobile.getTaskId()));
|
|
fosterwxCashScheduleTaskMobile.setFosterwxCashScheduleTaskList(fosterwxCashScheduleTaskListService.getById(fosterwxCashScheduleTaskMobile.getTaskId()));
|
|
|
- fosterwxCashScheduleTaskMobile.setFosterwxCashMobile(fosterwxCashMobileService.getById(fosterwxCashScheduleTaskMobile.getMobileId()));
|
|
|
|
|
|
|
+ fosterwxCashScheduleTaskMobile.setFosterwxMobile(fosterwxMobileService.getById(fosterwxCashScheduleTaskMobile.getMobileId()));
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
return AjaxResult.success(fosterwxCashScheduleTaskMobiles);
|
|
return AjaxResult.success(fosterwxCashScheduleTaskMobiles);
|