Browse Source

八项成本占比

丁治程 1 year ago
parent
commit
3499e73687

+ 0 - 1
module_kzks/src/main/java/org/jeecg/modules/Index/controller/IndexController.java

@@ -2,7 +2,6 @@ package org.jeecg.modules.Index.controller;
 
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
-import jdk.nashorn.internal.runtime.linker.LinkerCallSite;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.ObjectUtils;
 import org.jeecg.common.api.vo.Result;

+ 1 - 2
module_kzks/src/main/java/org/jeecg/modules/Index/service/impl/IndexZcbServiceImpl.java

@@ -14,7 +14,6 @@ import org.jeecg.modules.Index.service.IndexZcbService;
 import org.jeecg.modules.Index.util.AuthMark;
 import org.jeecg.modules.Index.util.CommonMethod;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.data.redis.core.RedisTemplate;
 import org.springframework.stereotype.Service;
 
 import java.math.BigDecimal;
@@ -97,7 +96,7 @@ public class IndexZcbServiceImpl implements IndexZcbService {
         Calendar calendar2 = Calendar.getInstance();
         calendar2.setTime(upDate);
         calendar2.set(Calendar.MONDAY,Calendar.JANUARY);  //去年一月
-        calendar2.set(Calendar.DAY_OF_MONTH,1);           // 一日
+        calendar2.set(Calendar.DAY_OF_MONTH,1);           //一日
         calendar2.set(Calendar.HOUR_OF_DAY,0);            //零时
         calendar2.set(Calendar.MINUTE,0);                 //零分
         calendar2.set(Calendar.SECOND,0);                 //零秒