commit
This commit is contained in:
parent
2b3c4b5f03
commit
7789d2b1ab
@ -23,7 +23,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getIdAndPidList" resultType="com.cnbm.admin.entity.SysDeptEntity">
|
<select id="getIdAndPidList" resultType="com.cnbm.admin.entity.SysDeptEntity">
|
||||||
select t1.id, t1.pid from sys_dept t1 AND t1.valid = 1
|
select t1.id, t1.pid from sys_dept t1 where t1.valid = 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getSubDeptIdList" resultType="long">
|
<select id="getSubDeptIdList" resultType="long">
|
||||||
|
@ -205,7 +205,7 @@ public class KukaJoinThread implements ApplicationRunner {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run(ApplicationArguments args) throws Exception {
|
public void run(ApplicationArguments args) throws Exception {
|
||||||
//
|
|
||||||
// kukaStep1.scheduleAtFixedRate(new Runnable() {
|
// kukaStep1.scheduleAtFixedRate(new Runnable() {
|
||||||
// @Override
|
// @Override
|
||||||
// public void run() {
|
// public void run() {
|
||||||
|
Loading…
Reference in New Issue
Block a user