|
|
|
@ -35,6 +35,9 @@ public class EASJiuCanSynAction extends BaseBean implements Action, EsbServerles
|
|
|
|
|
private ConfigProp configProp;
|
|
|
|
|
private static final Logger logger_6d6f68c = LoggerFactory.getLogger(EASJiuCanSynAction.class);
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private BillFieldUtil unit;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public WeaResult<Map<String, Object>> execute(Map<String, Object> requestInfoMap) {
|
|
|
|
|
Map<String, Object> weaverResultMap = new HashMap<>();
|
|
|
|
@ -45,7 +48,7 @@ public class EASJiuCanSynAction extends BaseBean implements Action, EsbServerles
|
|
|
|
|
String requestID = "";
|
|
|
|
|
try {
|
|
|
|
|
ResourceComInfo hr = I18nContextUtil.getBean(ResourceComInfo.class);
|
|
|
|
|
BillFieldUtil unit = new BillFieldUtil();
|
|
|
|
|
|
|
|
|
|
// 工作流ID
|
|
|
|
|
String workFlowId = requestInfo.getWorkflowid();
|
|
|
|
|
Property[] properties = requestInfo.getMainTableInfo().getProperty();
|
|
|
|
|