Commit e462c136 by caojingji

20190321---wangling---整库比对方式改为定时多线程比对

parent b02bd2ca
...@@ -134,10 +134,8 @@ public class BssjbdController { ...@@ -134,10 +134,8 @@ public class BssjbdController {
//md5比对(整库) //md5比对(整库)
@RequestMapping("/toBssjbdzk") @RequestMapping("/toBssjbdzk")
@ResponseBody @ResponseBody
public String toBssjbdzk(@RequestParam("xxzjbhs") String fmqString) { public void toBssjbdzk(@RequestParam("xxzjbhs") String fmqString) {
String updateflag = ""; sjjhService.getFmqBssjbd();
updateflag = sjjhService.getFmqBssjbd();
return updateflag;
} }
public ArrayList QueryByStr(String sqlString){ public ArrayList QueryByStr(String sqlString){
......
...@@ -37,5 +37,5 @@ public interface SjjhService { ...@@ -37,5 +37,5 @@ public interface SjjhService {
void insertSjsblog(Sjsblog sjsblog); void insertSjsblog(Sjsblog sjsblog);
String getFmqBssjbd(); void getFmqBssjbd();
} }
...@@ -139,4 +139,7 @@ body .gSys_msg_box .ptitle h4 { ...@@ -139,4 +139,7 @@ body .gSys_msg_box .ptitle h4 {
height: 27px ; height: 27px ;
line-height: 27px; line-height: 27px;
} }
.pmsg .ct{text-align:left;} .pmsg .ct{text-align:left;}
\ No newline at end of file .gSys_msg_box .pbox .pmsg .ct{
color:#666;
}
\ No newline at end of file
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
} }
.gSys_msg_box .ptitle .fn-bg { .gSys_msg_box .ptitle .fn-bg {
background-image: url("images/bg/bg.png"); background-image: url("../img/bg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
} }
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
background-image: url("images/bg/bg.png"); background-image: url("../img/bg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
left: 25px; left: 25px;
position: absolute; position: absolute;
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
} }
.gSys_msg_box .pbox .pmsg .pinput{ .gSys_msg_box .pbox .pmsg .pinput{
background:url("images/bg/bg.png") no-repeat scroll 0 -180px transparent; background:url("../img/bg.png") no-repeat scroll 0 -180px transparent;
border-color:#9A9A9A #CDCDCD #CDCDCD #9A9A9A; border-color:#9A9A9A #CDCDCD #CDCDCD #9A9A9A;
border-style:solid; border-style:solid;
border-width:1px; border-width:1px;
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
.gSys_msg_box .popt .opt .pbtn,.gSys_msg_box .popt .opt .pbtn span{ .gSys_msg_box .popt .opt .pbtn,.gSys_msg_box .popt .opt .pbtn span{
background-image: url("images/bg/bg.png"); background-image: url("../img/bg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
} }
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
.gSys_msg_box .popt .opt .pbtn span { .gSys_msg_box .popt .opt .pbtn span {
margin-right: 3px; margin-right: 3px;
padding: 4px 9px 5px 12px; padding: 4px 9px 5px 12px;
font-family:""; font-family:"����";
} }
.gSys_msg_box .popt .opt .pbtn{ .gSys_msg_box .popt .opt .pbtn{
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</td> </td>
<td colspan="2" > <td colspan="2" >
<a class='btn_a btn_search' onclick='toSjbd()'>比对</a> <a class='btn_a btn_search' onclick='toSjbd()'>比对</a>
<a class='btn_a btn_add' onclick='toZkSjbd()'>整库比对</a> <%--<a class='btn_a btn_add' onclick='toZkSjbd()'>整库比对</a>--%>
</td> </td>
</tr> </tr>
</tbody> </tbody>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</div> </div>
</div> </div>
<script type="text/javascript" src="sjsblog/js/jquery.min.js"></script> <script type="text/javascript" src="sjsblog/js/jquery.min.js"></script>
<script type="text/javascript" src="sjsblog/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="sjsblog/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="sjsblog/css/layer/layer.js"></script> <script type="text/javascript" src="sjsblog/css/layer/layer.js"></script>
<script type="text/javascript" src="sjsblog/datepicker/WdatePicker.js"></script> <script type="text/javascript" src="sjsblog/datepicker/WdatePicker.js"></script>
<script type="text/javascript" src="sjsblog/datepicker/calendar.js"></script> <script type="text/javascript" src="sjsblog/datepicker/calendar.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment