|
@ -55,12 +55,12 @@ public class WlyyUserDetailsService extends JdbcDaoSupport implements UserDetail
|
|
|
private static final String DEFAULT_PATIENT_DETAILS_IDCARD_STATEMENT = "SELECT * FROM base_patient p WHERE p.idcard = ? ";
|
|
|
|
|
|
private static final String DEFAULT_PATIENT_INSERT_STATEMENT =
|
|
|
"INSERT into base_patient (`id`,`photo`,`idcard`,`password`,`salt`,`name`,`birthday`,`sex`,`mobile`," +
|
|
|
"`province_code`,`province_name`,`city_code`,`city_name`,`town_code`,`town_name`,`street_code`,`street_name`,`address`," +
|
|
|
"`del`,`locked`,`enabled`,`login_failure_count`,`login_date`) " +
|
|
|
"INSERT into base_patient (id,photo,idcard,password,salt,name,birthday,sex,mobile," +
|
|
|
"province_code,province_name,city_code,city_name,town_code,town_name,street_code,street_name,address," +
|
|
|
"del,locked,enabled,login_failure_count,login_date) " +
|
|
|
" values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";
|
|
|
|
|
|
private static final String PATIENT_INSERT_WEHCAT = "insert into base_patient_wechat (`id`,`wechat_id`,`patient_id`,`openid`,`create_time`) values(?,?,?,?,?)";
|
|
|
private static final String PATIENT_INSERT_WEHCAT = "insert into base_patient_wechat (id,wechat_id,patient_id,openid,create_time) values(?,?,?,?,?)";
|
|
|
|
|
|
|
|
|
private static final String BespeakRegist = "bespeakRegist:";
|