|
@@ -40,6 +40,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
import javax.annotation.Resource;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
import java.io.InputStream;
|
|
|
+import java.util.Date;
|
|
|
import java.util.List;
|
|
|
import java.util.stream.Collectors;
|
|
|
|
|
@@ -211,6 +212,7 @@ public class BaseRailwayManagementController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
baseRailwayManagement.setUpdateBy(getUserId());
|
|
|
+ baseRailwayManagement.setUpdateTime(new Date());
|
|
|
if (baseRailwayManagementService.updateById(baseRailwayManagement)) {
|
|
|
return AjaxResult.success();
|
|
|
}
|