ソースを参照

更新

master
huangjiajun 6ヶ月前
コミット
7526cbb438
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      rule/micro_applications/happy_orchard_user_seed_record.go

+ 2
- 2
rule/micro_applications/happy_orchard_user_seed_record.go ファイルの表示

@@ -50,8 +50,8 @@ func GetHappyOrchardUserSeedRecordData(engine *xorm.Engine, record models.HappyO
resp.RecordPlantingStageZh = stageNameCustomData[resp.RecordPlantingStage+1]
resp.RecordPlantingNextStage = resp.RecordPlantingStage + 1
resp.RecordPlantingNextStageZh = stageNameCustomData[resp.RecordPlantingNextStage+1]
resp.RecordPlantingNextStageNeedWaterNums = nextSeedStateWaters / happyOrchardBasicSetting.WateringEveryTimeWaterDroplet
resp.RecordPlantingNextStageNeedWater = nextSeedStateWaters
resp.RecordPlantingNextStageNeedWaterNums = (nextSeedStateWaters - record.WaterNums) / happyOrchardBasicSetting.WateringEveryTimeWaterDroplet
resp.RecordPlantingNextStageNeedWater = nextSeedStateWaters - record.WaterNums
}
resp.RecordId = record.Id
resp.RecordName = happyOrchardSeed.Name


読み込み中…
キャンセル
保存