Merge branch 'uat-examination' into 'uat'
Uat examination See merge request eshop/biz_service_ebtp_project!59
This commit is contained in:
@ -270,7 +270,7 @@ public class ProjectRecordServiceImpl extends BaseServiceImpl<ProjectRecordMappe
|
||||
updateWrapper.eq("status", ProjectCommonUtil.PROJECT_STATUS_1);
|
||||
updateWrapper.eq("id",id);
|
||||
updateWrapper.set("status",ProjectCommonUtil.PROJECT_STATUS_2);
|
||||
updateWrapper.set("business_mode", businessModule);
|
||||
updateWrapper.set("business_module", businessModule);
|
||||
|
||||
boolean result = this.update(updateWrapper);
|
||||
CommonExceptionEnum.FRAME_EXCEPTION_COMMON_NOT_UPDATE.customValid(!result);
|
||||
|
Reference in New Issue
Block a user