Commit 31ec26f938a7c9872fd5a4f0bfe34f7fbddaec5d
1 parent
98693de8c5
Exists in
master
设置定时任务
Showing 2 changed files with 6 additions and 6 deletions
webApi/src/main/resources/spring/applicationContext.xml
View file @
31ec26f
... | ... | @@ -100,9 +100,9 @@ |
100 | 100 | </bean> |
101 | 101 | |
102 | 102 | <!-- 定时发送接种消息 --> |
103 | - <task:scheduled-tasks> | |
104 | - <task:scheduled ref="pushTaskService" method="pushTask" cron="0 0 23 * * ?"/> | |
105 | - </task:scheduled-tasks> | |
103 | + <!--<task:scheduled-tasks>--> | |
104 | + <!--<task:scheduled ref="pushTaskService" method="pushTask" cron="0 0 23 * * ?"/>--> | |
105 | + <!--</task:scheduled-tasks>--> | |
106 | 106 | |
107 | 107 | |
108 | 108 |
webApi/src/main/webapp/WEB-INF/html/inoculateRecord.vm
View file @
31ec26f
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | line-height: 40px; |
70 | 70 | padding-left: 15px; |
71 | 71 | display: inline-block; |
72 | - width: 45%; | |
72 | + width: 44%; | |
73 | 73 | color: #434343; |
74 | 74 | } |
75 | 75 | |
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | line-height: 40px; |
83 | 83 | padding-left: 15px; |
84 | 84 | display: inline-block; |
85 | - width: 45%; | |
85 | + width: 44%; | |
86 | 86 | color: #979797; |
87 | 87 | font-size: 14px; |
88 | 88 | } |
... | ... | @@ -148,7 +148,7 @@ |
148 | 148 | <span>接种单位</span> |
149 | 149 | </li> |
150 | 150 | <li class="content"> |
151 | - <span>$!recordObj.icFactoryName</span> | |
151 | + <span>$!recordObj.icOrganizationId</span> | |
152 | 152 | </li> |
153 | 153 | <li class="header"> |
154 | 154 | <span class="half">接种时间</span> |