@@ -4101,7 +4101,7 @@ public class ExcelTabController extends BladeController {
}
-// @Scheduled(cron = "0/20 * * * * ?")
+ @Scheduled(cron = "0/20 * * * * ?")
public void SignInfo() {
//执行代码
String sql = "SELECT a.* from u_information_query a,m_wbs_tree_contract b where a.wbs_id=b.p_key_id and a.project_id='1681859557657550850' and a.create_dept=100 LIMIT 5";