This commit is contained in:
fuqingji
2022-05-23 14:09:27 +08:00
parent e17691b7ff
commit 3ea757723a

View File

@ -268,7 +268,7 @@ public class ProjectRecordServiceImpl extends BaseServiceImpl<ProjectRecordMappe
updateWrapper.eq("status", ProjectCommonUtil.PROJECT_STATUS_1); updateWrapper.eq("status", ProjectCommonUtil.PROJECT_STATUS_1);
updateWrapper.eq("id",id); updateWrapper.eq("id",id);
updateWrapper.set("status",ProjectCommonUtil.PROJECT_STATUS_2); updateWrapper.set("status",ProjectCommonUtil.PROJECT_STATUS_2);
updateWrapper.set("business_mode", businessModule); updateWrapper.set("business_module", businessModule);
boolean result = this.update(updateWrapper); boolean result = this.update(updateWrapper);
CommonExceptionEnum.FRAME_EXCEPTION_COMMON_NOT_UPDATE.customValid(!result); CommonExceptionEnum.FRAME_EXCEPTION_COMMON_NOT_UPDATE.customValid(!result);