|
@ -53,7 +53,7 @@ public class SaveDataPushJob implements Job {
|
|
//System.out.println(date);
|
|
//System.out.println(date);
|
|
date = DateUtil.getNextDay(date, -1);
|
|
date = DateUtil.getNextDay(date, -1);
|
|
// String filterOrg = "";//排除的测试机构
|
|
// String filterOrg = "";//排除的测试机构
|
|
// String sqltmp = "SELECT dict_code from wlyy_hospital_sys_dict WHERE dict_name = 'jkzl_org' ";
|
|
|
|
|
|
// String sqltmp = "SELECT dict_code from wlyy_hospital_sys_dict WHERE dict_name = 'jkzl_org' and dict_code is not null ";
|
|
// List<String> listtmp = jdbcTemplate.queryForList(sqltmp,String.class);
|
|
// List<String> listtmp = jdbcTemplate.queryForList(sqltmp,String.class);
|
|
// Map<String,String> jkzlOrgMap = new HashMap<>();
|
|
// Map<String,String> jkzlOrgMap = new HashMap<>();
|
|
// if(listtmp.size()>0){
|
|
// if(listtmp.size()>0){
|
|
@ -62,8 +62,8 @@ public class SaveDataPushJob implements Job {
|
|
// }
|
|
// }
|
|
|
|
|
|
String filterUser = " ";//排除的测试用户
|
|
String filterUser = " ";//排除的测试用户
|
|
String sqltmp = "SELECT dict_code from wlyy_hospital_sys_dict WHERE dict_name = 'jkzl_child' or dict_name = 'jkzl_older' " +
|
|
|
|
" or dict_name = 'jkzl_user' or dict_name = 'jkzl_helper' or dict_name = 'jkzl_teacher' ";
|
|
|
|
|
|
String sqltmp = "SELECT dict_code from wlyy_hospital_sys_dict WHERE (dict_name = 'jkzl_child' or dict_name = 'jkzl_older' " +
|
|
|
|
" or dict_name = 'jkzl_user' or dict_name = 'jkzl_helper' or dict_name = 'jkzl_teacher' ) and dict_code is not null";
|
|
List<String> listtmp = jdbcTemplate.queryForList(sqltmp,String.class);
|
|
List<String> listtmp = jdbcTemplate.queryForList(sqltmp,String.class);
|
|
Map<String,String> jkzlUserMap = new HashMap<>();
|
|
Map<String,String> jkzlUserMap = new HashMap<>();
|
|
if (listtmp.size() > 0) {
|
|
if (listtmp.size() > 0) {
|