|
@@ -13,6 +13,7 @@ import io.seata.common.util.CollectionUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import javax.annotation.PostConstruct;
|
|
|
import java.text.DecimalFormat;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.Comparator;
|
|
@@ -411,7 +412,7 @@ public class SysDeptJlServiceImpl implements ISysDeptJlService {
|
|
|
// }
|
|
|
|
|
|
@Override
|
|
|
-// @PostConstruct
|
|
|
+ @PostConstruct
|
|
|
public void loadingDeptCache()
|
|
|
{
|
|
|
List<SysDeptJl> sysDeptJlList = sysDeptJlMapper.selectSysDeptJlUnderJl();
|