@ -2034,7 +2034,7 @@ public class InspectionRequestServiceImpl extends ServiceImpl<InspectionRequestH
if (date == null) {
return "";
}
return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date);
return new SimpleDateFormat("yyyy-MM-dd").format(date);
/**