|
|
@@ -18,10 +18,8 @@ import thyyxxk.webserver.dao.his.settings.SchedulingClassDao;
|
|
|
import thyyxxk.webserver.entity.ResultVo;
|
|
|
import thyyxxk.webserver.entity.dictionary.CodeName;
|
|
|
import thyyxxk.webserver.entity.dictionary.SimpleCodeName;
|
|
|
-import thyyxxk.webserver.entity.login.UserInfo;
|
|
|
import thyyxxk.webserver.entity.schedulingClass.data.SchedulingClass;
|
|
|
import thyyxxk.webserver.service.hutoolcache.UserCache;
|
|
|
-import thyyxxk.webserver.service.jcptmobile.JcptMobileService;
|
|
|
import thyyxxk.webserver.utils.R;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
@@ -34,7 +32,6 @@ public class SchedulingClassService {
|
|
|
private final SchedulingClassDao dao;
|
|
|
private final UserCache userCache;
|
|
|
private final JcptMobile jcptMobile;
|
|
|
- private final JcptMobileService mobileService;
|
|
|
|
|
|
public void create() {
|
|
|
DateTime now = DateTime.now();
|
|
|
@@ -55,7 +52,7 @@ public class SchedulingClassService {
|
|
|
if ("01897".equals(code)) {
|
|
|
return;
|
|
|
}
|
|
|
- String phoneNo = dao.getCellPhoneNumber(code);
|
|
|
+ String phoneNo = "01650".equals(code) ? "13319509070" : dao.getCellPhoneNumber(code);
|
|
|
if (StrUtil.isBlank(phoneNo)) {
|
|
|
return;
|
|
|
}
|