Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B basic
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • edu-cloud-classroom
  • basic
  • Merge requests
  • !5

Merged
Created 4 years ago by lizhiqiang@lizhiqiangMaintainer

课节和学期修改删除

  • Overview 0
  • Commits 1
  • Changes 1
  • lizhiqiang @lizhiqiang merged 4 years ago

    merged

  • lizhiqiang @lizhiqiang mentioned in commit d7626684 4 years ago

    mentioned in commit d7626684

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    f89e1c58
    1 commit, 4 years ago

1 file
+ 1
- 5

    Preferences

    File browser
    Compare changes
basic-core-data/src/main/java/com/basic/core/data/controller/UnitBaseInfoController.java
+ 1
- 5
  • View file @ f89e1c58

  • Edit in single-file editor

  • Edit in Web IDE


@@ -139,11 +139,7 @@ public class UnitBaseInfoController {
map.put("disabled",false);
List<UnitBaseInfo> clientUnitBaseInfo= unitBaseInfoService.getByCondition(map);
if(clientUnitBaseInfo != null && clientUnitBaseInfo.size() > 0){
for (int i = 0; i < clientUnitBaseInfo.size(); i++) {
if (!clientUnitBaseInfo.get(i).getDisabled()){
return JsonUtils.resultError("请先删除子院系!");
}
}
return JsonUtils.resultError("请先删除子院系!");
}
int flag = unitBaseInfoService.editByCondition(unitBaseInfo);
if(flag>0){
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Lock merge request
Unlocked
1
1 participant
lizhiqiang
Reference: edu-cloud-classroom/basic!5
Source branch: lizhiqiang

Menu

Projects Groups Snippets
Help