|
|
@@ -55,11 +55,11 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
private String SAVE_OR_UPDATE_REQUEST_CODE ;
|
|
|
|
|
|
/** 查询现金流量项目接口编码 */
|
|
|
- @Value("${STk.cash_flow_items_request_code}")
|
|
|
+ @Value("${STK.cash_flow_items_request_code}")
|
|
|
private String CASH_FLOW_ITEMS_REQUEST_CODE;
|
|
|
|
|
|
/** 查询会计科目方法编码 */
|
|
|
- @Value("${STk.accountant_project_request_code}")
|
|
|
+ @Value("${STK.accountant_project_request_code}")
|
|
|
private String ACCOUNTANT_PROJECT_REQUEST_CODE;
|
|
|
|
|
|
@Autowired
|