From 85084001a2501426984a271b8f8ecb57600b6d63 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 5 Jun 2024 18:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rule/micro_applications/happy_orchard_user_seed_record.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rule/micro_applications/happy_orchard_user_seed_record.go b/rule/micro_applications/happy_orchard_user_seed_record.go index 8437140..c6b0bba 100644 --- a/rule/micro_applications/happy_orchard_user_seed_record.go +++ b/rule/micro_applications/happy_orchard_user_seed_record.go @@ -49,7 +49,7 @@ func GetHappyOrchardUserSeedRecordData(engine *xorm.Engine, record models.HappyO resp.RecordPlantingStage = seedState resp.RecordPlantingStageZh = stageNameCustomData[resp.RecordPlantingStage+1] resp.RecordPlantingNextStage = resp.RecordPlantingStage + 1 - resp.RecordPlantingNextStageZh = stageNameCustomData[resp.RecordPlantingNextStage+1] + resp.RecordPlantingNextStageZh = stageNameCustomData[resp.RecordPlantingNextStage] if nextSeedStateWaters > 0 { resp.RecordPlantingNextStageNeedWaterNums = (nextSeedStateWaters - record.WaterNums) / happyOrchardBasicSetting.WateringEveryTimeWaterDroplet resp.RecordPlantingNextStageNeedWater = nextSeedStateWaters - record.WaterNums