fix(doc): 注释优化

This commit is contained in:
2023-08-10 16:13:12 +08:00
parent 01e944cb5a
commit c89a5f20ad
2 changed files with 2 additions and 3 deletions

View File

@@ -100,8 +100,7 @@ func createNewMeterManually(c *fiber.Ctx) error {
meterLog.Error("无法手动添加一条0.4kV表计记录,无法解析表计创建表单", zap.Error(err))
return result.NotAccept(err.Error())
}
fmt.Println(creationForm)
fmt.Println(creationForm.Reading.ReadAt)
if err := service.MeterService.CreateMeterRecord(parkId, &creationForm); err != nil {
meterLog.Error("无法手动添加一条0.4kV表计记录,无法创建表计记录", zap.Error(err))
return result.NotAccept(err.Error())