Compare commits

..

No commits in common. '2ba416b17c52ca3aa2627a07a4916da9723d7fae' and '5800349dd5af6773980a98b825424ec5ae4ab11a' have entirely different histories.

@ -35,9 +35,6 @@ 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<>();
@ -48,7 +45,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();

Loading…
Cancel
Save