|
@ -85,8 +85,8 @@ public class SwitchTownSignJob implements Job {
|
|
|
|
|
|
String sql="select fr.sign_code code,fr.hospital,fr.admin_team_id from wlyy_sign_family_renew_log fr where " +
|
|
|
" fr.old_admin_team_id!=fr.admin_team_id " +
|
|
|
" fr.hospital!=fr.old_hospital " +
|
|
|
" LEFT(fr.hospital,6)!=LEFT(fr.old_hospital,6) " +
|
|
|
" and fr.hospital!=fr.old_hospital " +
|
|
|
" and LEFT(fr.hospital,6)!=LEFT(fr.old_hospital,6) " +
|
|
|
" and LENGTH(fr.hospital)=10 " +
|
|
|
" and LENGTH(fr.old_hospital)=10 " +
|
|
|
" and fr.apply_date<'"+yesterday+Constant.quota_date_last+"'" +
|