|
@ -15,6 +15,7 @@ import com.epmet.opendata.dao.WghSjxxDao; |
|
|
import com.epmet.opendata.dto.constant.CaWghDataConstant; |
|
|
import com.epmet.opendata.dto.constant.CaWghDataConstant; |
|
|
import com.epmet.opendata.dto.form.NewWghSjxxFormDTO; |
|
|
import com.epmet.opendata.dto.form.NewWghSjxxFormDTO; |
|
|
import com.epmet.opendata.dto.form.PreserVationFormDTO; |
|
|
import com.epmet.opendata.dto.form.PreserVationFormDTO; |
|
|
|
|
|
import com.epmet.opendata.dto.form.WghSjxxDetailFormDto; |
|
|
import com.epmet.opendata.dto.result.NewWghSjxxResultDTO; |
|
|
import com.epmet.opendata.dto.result.NewWghSjxxResultDTO; |
|
|
import com.epmet.opendata.dto.result.WghSjxxResultDTO; |
|
|
import com.epmet.opendata.dto.result.WghSjxxResultDTO; |
|
|
import com.epmet.opendata.dto.wgh.WghSjxxDTO; |
|
|
import com.epmet.opendata.dto.wgh.WghSjxxDTO; |
|
@ -151,6 +152,19 @@ public class WghSjxxServiceImpl extends BaseServiceImpl<WghSjxxDao, WghSjxxEntit |
|
|
return new PageData<>(result, info.getTotal()); |
|
|
return new PageData<>(result, info.getTotal()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 查询事件信息详情 |
|
|
|
|
|
* |
|
|
|
|
|
* @param dto |
|
|
|
|
|
* @return com.epmet.opendata.dto.result.NewWghSjxxResultDTO |
|
|
|
|
|
* @author LZN |
|
|
|
|
|
* @date 2022/7/5 16:15 |
|
|
|
|
|
*/ |
|
|
|
|
|
@Override |
|
|
|
|
|
public NewWghSjxxResultDTO getWghSjxxDetail(WghSjxxDetailFormDto dto) { |
|
|
|
|
|
return baseDao.getWghSjxxDetail(dto); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private int listWgh(PreserVationFormDTO dto) throws Exception { |
|
|
private int listWgh(PreserVationFormDTO dto) throws Exception { |
|
|
String aes = AesUtils.encryptByAES(JSONObject.toJSONString(dto), CaWghDataConstant.AESKEY); |
|
|
String aes = AesUtils.encryptByAES(JSONObject.toJSONString(dto), CaWghDataConstant.AESKEY); |
|
|
JSONObject obj = new JSONObject(); |
|
|
JSONObject obj = new JSONObject(); |
|
|