Parcourir la source

眼科医院处方物流

ysj il y a 5 ans
Parent
commit
61665f7171

+ 1 - 1
svr/svr-iot/src/main/java/com/yihu/iot/service/monitorPlatform/MonitorPlatformService.java

@ -350,7 +350,7 @@ public class MonitorPlatformService  {
                sql+= " date_format(time,'%Y') ";
                break;
            case "day":
                sql+= " date_format(time,'%%Y-%m-%d') ";
                sql+= " date_format(time,'%Y-%m-%d') ";
                break;
            case "week":
                sql+= " date_format(time,'%u') ";