| | |
| | | import com.moral.api.entity.*; |
| | | import com.moral.api.service.*; |
| | | import com.xxl.job.core.biz.model.ReturnT; |
| | | import com.xxl.job.core.context.XxlJobHelper; |
| | | import com.xxl.job.core.handler.annotation.XxlJob; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | private InformationService informationService; |
| | | |
| | | @XxlJob("informationInsert") |
| | | public ReturnT informationInsert(String params){ |
| | | public ReturnT informationInsert(){ |
| | | String params = XxlJobHelper.getJobParam(); |
| | | Map organizationIdMap = JSON.parseObject(params); |
| | | List<Integer> orgIdList = (List<Integer>) organizationIdMap.get("orgId"); |
| | | Calendar nowCalendar = Calendar.getInstance(); |