|
|
@ -135,7 +135,8 @@ public class CaLoudongServiceImpl extends BaseServiceImpl<CaLoudongDao, CaLoudon |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public void preserLouDongVation(PreserVationFormDTO dto) { |
|
|
|
baseDao.deleteAll(); |
|
|
|
int i = baseDao.deleteAll(); |
|
|
|
if (i >= 0) { |
|
|
|
dto.setPageNo(NumConstant.ONE); |
|
|
|
dto.setPageSize(NumConstant.FIFTY); |
|
|
|
dto.setTableSchema(CaWghDataConstant.TABLESCHEMA_UNICOM); |
|
|
@ -159,6 +160,8 @@ public class CaLoudongServiceImpl extends BaseServiceImpl<CaLoudongDao, CaLoudon |
|
|
|
} while (total > (pageNo * NumConstant.FIFTY)); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private int listLouDong(PreserVationFormDTO dto) throws Exception { |
|
|
|
String aes = AesUtils.encryptByAES(JSONObject.toJSONString(dto), CaWghDataConstant.AESKEY); |
|
|
|