|
@@ -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); //零秒
|