fix: 修改部门
parent
e97a387aa5
commit
a1f6946fc4
|
@ -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) {
|
||||||
// 校验是否存在
|
// 校验是否存在
|
||||||
|
|
Loading…
Reference in New Issue