소스 검색

更新

master
huangjiajun 4 달 전
부모
커밋
85084001a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rule/micro_applications/happy_orchard_user_seed_record.go

+ 1
- 1
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


불러오는 중...
취소
저장