Commit c831c013 authored by chenyuxi's avatar chenyuxi

feat: 瓜子交互任务待签署调整

parent 1318b331
...@@ -26,13 +26,13 @@ import com.yifu.cloud.plus.v1.yifu.archives.service.*; ...@@ -26,13 +26,13 @@ import com.yifu.cloud.plus.v1.yifu.archives.service.*;
import com.yifu.cloud.plus.v1.yifu.archives.vo.*; import com.yifu.cloud.plus.v1.yifu.archives.vo.*;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants; import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants;
import com.yifu.cloud.plus.v1.yifu.common.core.util.Common; import com.yifu.cloud.plus.v1.yifu.common.core.util.Common;
import com.yifu.cloud.plus.v1.yifu.common.core.util.DateUtil;
import com.yifu.cloud.plus.v1.yifu.common.core.util.OSSUtil; import com.yifu.cloud.plus.v1.yifu.common.core.util.OSSUtil;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2; import lombok.extern.log4j.Log4j2;
import org.apache.commons.io.IOUtils; import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.ArrayUtils; import org.apache.commons.lang.ArrayUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate; import org.springframework.web.client.RestTemplate;
...@@ -192,7 +192,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService { ...@@ -192,7 +192,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
// taskType == 13:待签署 推入职日期 // taskType == 13:待签署 推入职日期
if(CommonConstants.THIRTEEN_STRING.equals(pushInfo.getTaskType())){ if(CommonConstants.THIRTEEN_STRING.equals(pushInfo.getTaskType())){
params.put("entryDate", findOffer.getExpEntryDate()); params.put("entryDate", DateUtil.dateToString(findOffer.getExpEntryDate(),DateUtil.ISO_EXPANDED_DATE_FORMAT));
} }
// 调瓜子接口 // 调瓜子接口
......
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