Helius
2020-12-27 d4b68e6071bc79dc5baeb2ff738ba2f5399d4e37
modify
1 files modified
6 ■■■■ changed files
zq-erp/src/main/java/com/matrix/system/app/dto/ServiceOrderListDto.java 6 ●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/app/dto/ServiceOrderListDto.java
@@ -59,16 +59,16 @@
                this.status = "待预约";
                break;
            case "2" :
                this.status = "带配料";
                this.status = "需配料";
                break;
            case "3" :
                this.status = "待服务";
                this.status = "配料完成";
                break;
            case "4" :
                this.status = "服务中";
                break;
            case "5" :
                this.status = "已完成";
                this.status = "服务完成";
                break;
            default:
                this.status = "";