fix: 修改部门

pull/9/head
tangqian 2023-06-01 11:45:43 +08:00
parent e97a387aa5
commit a1f6946fc4
1 changed files with 0 additions and 9 deletions

View File

@ -154,15 +154,6 @@ public class DeptServiceImpl implements DeptService {
deptProducer.sendDeptRefreshMessage(); deptProducer.sendDeptRefreshMessage();
} }
public static void main(String[] args) {
String words = "创盈云>测试删除1";
System.out.println("原始字符串是'" + words + "'");
System.out.println("replace(\"r's\",\"is\")结果:" + words.replace("测试删除1", "测试删除"));
}
@Override @Override
public void deleteDept(Long id) { public void deleteDept(Long id) {
// 校验是否存在 // 校验是否存在