|
@ -1238,7 +1238,7 @@ public class CurrentDayAllQuotaJob implements Job {
|
|
|
private void computequota_30() {
|
|
|
String quotaId = "30";
|
|
|
try {
|
|
|
String sql="select fr.sign_code code,fr.old_hospital ,fr.old_admin_team_id admin_team_id,fr.renew_change_reason from wlyy_sign_family_renew_log fr where " +
|
|
|
String sql="select fr.sign_code code,fr.old_hospital hospital,fr.old_admin_team_id admin_team_id,fr.renew_change_reason from wlyy_sign_family_renew_log fr where " +
|
|
|
" fr.old_admin_team_id!=fr.admin_team_id " +
|
|
|
" and LENGTH(fr.hospital)=10 " +
|
|
|
" and LENGTH(fr.old_hospital)=10 "+
|