|
@@ -1,6 +1,5 @@
|
|
|
package com.rongwei.bscommon.sys.strategy;
|
|
|
|
|
|
-import com.rongwei.bscommon.sys.service.impl.JtJsglcgqdServiceImpl;
|
|
|
import com.rongwei.bscommon.sys.service.impl.JtXysjyqServiceImpl;
|
|
|
import com.rongwei.bscommon.sys.utils.AttendanceAssessmentSdk;
|
|
|
import com.rongwei.bsentity.domain.JtGsjtbsj;
|
|
@@ -38,8 +37,9 @@ public class KC144ApiRequestAndProcessing implements ApiRequestAndProcessingStra
|
|
|
public void setJtXcjhqdServiceImpl(JtXysjyqServiceImpl jtXysjyqService) {
|
|
|
KC144ApiRequestAndProcessing.jtXysjyqService = jtXysjyqService;
|
|
|
}
|
|
|
+
|
|
|
@Override
|
|
|
- public Map<String, Object> assembleData(String id,String dataId,String code) {
|
|
|
+ public Map<String, Object> assembleData(String id, String dataId, String code) {
|
|
|
List<OrgApiDataConfigDTO> assembleData = new ArrayList<>();
|
|
|
|
|
|
assembleData.add(setOrdinaryDatePattern("DATAID", JtGsjtbsj::getDataid));
|
|
@@ -56,6 +56,7 @@ public class KC144ApiRequestAndProcessing implements ApiRequestAndProcessingStra
|
|
|
paramVo.setApiCode(code);
|
|
|
ApiReturnDto apiReturnDto = attendanceAssessmentSdk.apiCall(paramVo);
|
|
|
// 后续逻辑处理
|
|
|
+ jtXysjyqService.removeById(id);
|
|
|
return R.ok();
|
|
|
}
|
|
|
}
|