|
@@ -517,7 +517,8 @@ public class ManagerController extends BaseController {
|
|
|
|
|
|
renovationPartsDetailService.updateById(renovationPartsDetailEntity);
|
|
renovationPartsDetailService.updateById(renovationPartsDetailEntity);
|
|
if ("I".equals(renovationPartsDetailEntity.getRecStatus())) {
|
|
if ("I".equals(renovationPartsDetailEntity.getRecStatus())) {
|
|
- renovationPartsDetailService.removeById(renovationPartsDetailEntity.getId());
|
|
|
|
|
|
+ boolean removeById = renovationPartsDetailService.removeById(renovationPartsDetailEntity.getId());
|
|
|
|
+ log.info("删除renovationPartsDetailEntity-{}",removeById);
|
|
ModelUploadEntity modelUploadEntity = modelUploadService.findByPartsDetailId(renovationPartsDetailEntity.getId());
|
|
ModelUploadEntity modelUploadEntity = modelUploadService.findByPartsDetailId(renovationPartsDetailEntity.getId());
|
|
if (modelUploadEntity != null) {
|
|
if (modelUploadEntity != null) {
|
|
modelUploadService.removeById(modelUploadEntity.getId());
|
|
modelUploadService.removeById(modelUploadEntity.getId());
|