Commit c831c013 authored by chenyuxi's avatar chenyuxi

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

parent 1318b331
......@@ -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.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.DateUtil;
import com.yifu.cloud.plus.v1.yifu.common.core.util.OSSUtil;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.ArrayUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
......@@ -192,7 +192,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
// taskType == 13:待签署 推入职日期
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