Parcourir la source

fix 添加.gitignore文件

龙三郎 il y a 3 ans
Parent
commit
6157099f6e

+ 1 - 0
.gitignore

@@ -35,3 +35,4 @@ build/
 /logs/
 !/logs/
 /logs/
+

+ 2 - 0
coffee-admin/.gitignore

@@ -0,0 +1,2 @@
+# 屏蔽日志
+/logs

+ 1 - 0
coffee-system/src/main/java/com/coffee/aliyun/AliyunConsumerGroupService.java

@@ -3,6 +3,7 @@ package com.coffee.aliyun;
 import com.alibaba.fastjson.JSON;
 import com.alibaba.fastjson.JSONObject;
 import com.coffee.bus.entity.BusDeviceUsingEntity;
+import com.coffee.bus.enums.DeviceEnum;
 import com.coffee.bus.listener.event.bean.DeviceInfoEvent;
 import lombok.AllArgsConstructor;
 import lombok.extern.slf4j.Slf4j;

+ 1 - 1
coffee-system/src/main/java/com/coffee/bus/entity/BusDeviceUsedEntity.java

@@ -68,7 +68,7 @@ public class BusDeviceUsedEntity extends TenantGenericEntity<String,String> {
     private BigDecimal finishedDose;
     private BigDecimal flow;
     private Integer firstDose;
-    private BigDecimal sigleDose;
+    private BigDecimal singleDose;
     private Integer lockTime;
     private Integer pcaValid;
     private Integer pcaInvalid;