Commit 1a134a3 1 parent 672673d commit 1a134a3 Copy full SHA for 1a134a3
File tree 2 files changed +2
-4
lines changed
main/resources/templates/admin/audit
test/java/com/sohu/tv/mq/cloud/task
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 71
71
</ div >
72
72
</ div >
73
73
< div class ="modal-footer ">
74
- < button type ="button " data-dismiss ="modal " class ="btn " > 取消</ button >
75
- < button type ="button " id ="cancelBtn " class ="btn btn-warning " onclick ="cancelAudit(${response.result. aid?c }) "> 撤销</ button >
74
+ < button type ="button " data-dismiss ="modal " class ="btn " > 取消</ button >
75
+ < button type ="button " id ="cancelBtn " class ="btn btn-warning " onclick ="cancelAudit(${RequestParameters. aid}) "> 撤销</ button >
76
76
< button type ="button " class ="btn btn-warning " id ="disAgreeResendMessageBtn " onclick ="disAgreeResendMessage() "> 拒绝</ button >
77
77
< button type ="button " class ="btn btn-primary " data-toggle ='tooltip ' title ="发送全部的消息(不包括已经已经发送成功的) " id ="resendMessageBtn " onclick ="resendMessage() "> 全部发送</ button >
78
78
< button type ="button " class ="btn btn-primary " data-toggle ='tooltip ' title ="全部发送成功才可以同意 " id ="agreeResendMessageBtn " onclick ="agreeResendMessage() "> 同意</ button >
Original file line number Diff line number Diff line change 4
4
import org .junit .runner .RunWith ;
5
5
import org .springframework .beans .factory .annotation .Autowired ;
6
6
import org .springframework .boot .test .context .SpringBootTest ;
7
- import org .springframework .context .annotation .Configuration ;
8
7
import org .springframework .test .context .junit4 .SpringRunner ;
9
8
10
9
import com .sohu .tv .mq .cloud .Application ;
11
10
12
11
@ RunWith (SpringRunner .class )
13
12
@ SpringBootTest (classes = Application .class )
14
- @ Configuration
15
13
public class BrokerStoreStatTaskTest {
16
14
17
15
@ Autowired
You can’t perform that action at this time.
0 commit comments