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