lyr пре 8 година
родитељ
комит
410ffe8d9c

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorFamilyContractController.java

@ -879,7 +879,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
                    return error(200, "提醒成功");
                } if (result == 2) {
                    return error(200, "居民未绑定手机号,无法短信提醒,已发送微信提醒");
                }if (result == 3) {
                } if (result == 3) {
                    return error(200, "居民未绑定微信,无法微信提醒,已发送短信提醒");
                } if (result == -1) {
                    return error(-1, "居民未绑定手机号和微信,无法提醒");