|
@@ -297,9 +297,6 @@ public class DeviceDataServiceImpl extends ServiceImpl<DeviceDataMapper, DeviceD
|
|
|
|
|
|
@SneakyThrows
|
|
|
public R exec(DeviceDataServiceImpl deviceDataService, DeviceDataDto.SaveOrAccum saveOrAccum) {
|
|
|
- if (saveOrAccum.getSalesCount() == 1) {
|
|
|
- Thread.sleep(5000);
|
|
|
- }
|
|
|
LocalDateTime now = LocalDateTime.now();
|
|
|
String yyyyMMdd = DataTime.toString(now, "yyyyMMdd");
|
|
|
//获取字典
|