parent
ea44b43c0e
commit
1b300d0bfa
|
@ -32,7 +32,7 @@ public class NingboBankPayPluginInitializer extends PluginBaseEntity {
|
|||
@Autowired
|
||||
private IPayBillPluginInitializerDao payBillDao;
|
||||
|
||||
@Value("${OA.data_source_code}")
|
||||
@Value("${OA.data_source_code:}")
|
||||
private String oa_data_source_code;
|
||||
/***
|
||||
* 插件初始化方法
|
||||
|
@ -127,7 +127,6 @@ public class NingboBankPayPluginInitializer extends PluginBaseEntity {
|
|||
}else{
|
||||
sb.append(" and payState is null");
|
||||
}
|
||||
|
||||
PayBillEntity oaBillEntity = new PayBillEntity();
|
||||
oaBillEntity.setDataSourceCode(oa_data_source_code);
|
||||
StringBuffer stringBuffer = new StringBuffer();
|
||||
|
|
Loading…
Reference in New Issue