trick9191 7 years ago
parent
commit
6f2820e968

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/sign/FamilyContractService.java

@ -1173,7 +1173,7 @@ public class FamilyContractService extends BaseService {
        Map<String, Object> oldSign = checkLastYearIsSign(sf.getPatient(), sf.getDoctor());
        Map<String, Object> oldSign = checkLastYearIsSign(sf.getPatient(), sf.getDoctor());
        if (oldSign != null) {
        if (oldSign != null) {
            //如果为续签
            //如果为续签
            signWebService.setRenewLog(sf);
            //signWebService.setRenewLog(sf);
            Integer adminTCode = (Integer) oldSign.get("admin_team_code");
            Integer adminTCode = (Integer) oldSign.get("admin_team_code");
            Long aTCode = adminTCode.longValue();
            Long aTCode = adminTCode.longValue();
            if (aTCode != null && aTCode == adminTeamCode) {
            if (aTCode != null && aTCode == adminTeamCode) {