Sfoglia il codice sorgente

删除鬼屎需求

DESKTOP-0GD05B0\Administrator 2 anni fa
parent
commit
f2b07c18a9

+ 0 - 9
src/main/java/thyyxxk/webserver/service/PublicServer.java

@@ -510,15 +510,6 @@ public class PublicServer {
         return index;
     }
 
-
-    public String getGroupNo() {
-        String groupNo = "71";
-        if (DateUtil.timeIsInRound(DateUtil.formatDatetime(new Date(), "HH:mm:ss"), "08:00:00", "19:59:59")) {
-            groupNo = "73";
-        }
-        return groupNo;
-    }
-
     public void huanZheJieSuan(String patNo, Integer times) {
         if (StringUtil.isBlank(patNo) || times == null) {
             throw new BizException(ExceptionEnum.LOGICAL_ERROR, "住院号不能为空。");