|
@ -3986,7 +3986,7 @@ public class FamilyContractService extends BaseService {
|
|
|
|
|
|
SignFamily sf = new SignFamily();
|
|
|
|
|
|
String sql = "SELECT t.doctor,t.doctor_health,t.team_code teamCode,t.admin_team_code adminTeamCode,t.mobile FROM wlyy_sign_family t WHERE t.patient ='" + patient + "' AND t.status=-4 AND t.expenses_status='1' AND t.sign_year ='" + (DateUtil.getSignYear() - 1) + "'";
|
|
|
String sql = "SELECT t.doctor,t.doctor_health,t.team_code teamCode,t.admin_team_code adminTeamCode,t.mobile FROM wlyy_sign_family t WHERE t.patient ='" + patient + "' AND t.status=-4 AND t.expenses_status='1' AND t.sign_year ='" + (DateUtil.getSignYear() - 1) + "'";
|
|
|
|
|
|
List<Map<String, Object>> signs = jdbcTemplate.queryForList(sql);
|
|
|
if (signs == null || signs.size() == 0) {
|