|
|
@ -10,11 +10,13 @@ import com.epmet.commons.tools.constant.NumConstant; |
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.utils.ConvertUtils; |
|
|
|
import com.epmet.commons.tools.utils.HttpClientManager; |
|
|
|
import com.epmet.commons.tools.utils.LouDongTreeNodeUtils; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
|
|
|
|
|
import com.epmet.opendata.dao.caBmGridDao; |
|
|
|
import com.epmet.opendata.dto.constant.CaWghDataConstant; |
|
|
|
import com.epmet.opendata.dto.form.PreserVationFormDTO; |
|
|
|
import com.epmet.opendata.dto.result.LouDongCascadeResultDTO; |
|
|
|
import com.epmet.opendata.dto.wgh.BmGridDTO; |
|
|
|
|
|
|
|
import com.epmet.opendata.entity.caBmGridEntity; |
|
|
@ -131,6 +133,20 @@ public class CaBmGridServiceImpl extends BaseServiceImpl<caBmGridDao, caBmGridEn |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取级联菜单 |
|
|
|
* |
|
|
|
* @param |
|
|
|
* @return java.util.List<com.epmet.opendata.dto.result.LouDongCascadeResultDTO> |
|
|
|
* @author LZN |
|
|
|
* @date 2022/6/15 14:01 |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<LouDongCascadeResultDTO> getCascadeMenu() { |
|
|
|
List<LouDongCascadeResultDTO> list = baseDao.getCascadeMenu(); |
|
|
|
return LouDongTreeNodeUtils.build(list); |
|
|
|
} |
|
|
|
|
|
|
|
private int listBmGrid(PreserVationFormDTO dto) throws Exception { |
|
|
|
String aes = AesUtils.encryptByAES(JSONObject.toJSONString(dto), CaWghDataConstant.AESKEY); |
|
|
|
JSONObject obj = new JSONObject(); |
|
|
|