fix
This commit is contained in:
parent
2b5f36d575
commit
36972f257f
@ -56,8 +56,7 @@ public class ReportResultController extends AbstractController{
|
|||||||
@RequestMapping("chart")
|
@RequestMapping("chart")
|
||||||
public R reportChart(String monthTime,String departmentId){
|
public R reportChart(String monthTime,String departmentId){
|
||||||
if(StringUtil.isBlank(monthTime)){
|
if(StringUtil.isBlank(monthTime)){
|
||||||
String time = LocalDate.now().toString();
|
monthTime = YearMonth.now().toString();
|
||||||
monthTime = time.substring(0,time.length()-3);
|
|
||||||
}
|
}
|
||||||
ReportChartResp data = new ReportChartResp();
|
ReportChartResp data = new ReportChartResp();
|
||||||
//月初目标
|
//月初目标
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user