|
|
@ -43,7 +43,7 @@ public class SoftUpdateRecordQueueReceiver {
|
|
|
|
private ISysSoftUpdateRecordService sysSoftUpdateRecordService;
|
|
|
|
private ISysSoftUpdateRecordService sysSoftUpdateRecordService;
|
|
|
|
|
|
|
|
|
|
|
|
@Bean
|
|
|
|
@Bean
|
|
|
|
public Queue getQueueImppOrderNoRecord(){
|
|
|
|
public Queue queueImppSoftVersion(){
|
|
|
|
return new Queue(PlatformConstWords.QUEUE_IMPP_SOFT_VERSION);
|
|
|
|
return new Queue(PlatformConstWords.QUEUE_IMPP_SOFT_VERSION);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|