20200523-zlp-2

园历样式
This commit is contained in:
paidaxing444
2020-05-23 15:21:45 +08:00
parent 89d61dd1f7
commit ae513f1426
3 changed files with 86 additions and 81 deletions

View File

@ -143,7 +143,7 @@ public class ByCalendarController extends BaseController
}
//定义返回列表
List<ByCalendarShow> listvi= new ArrayList<>();
SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
SimpleDateFormat formatter=new SimpleDateFormat("yyyy-MM-dd");
//加载本一园历
List<ByCalendar> list = byCalendarService.selectByCalendarList(byCalendar);
if(list.size()>0){