/** 查询 */
 public void search() {
   userPointLogWithDescriptionList.clear();
   Long totalRowCount = userUserProxy.getCountUserPointLog(parameters);
   this.initialPageInfoByMap(totalRowCount, parameters);
   userPointLogWithDescriptionList = userUserProxy.getPointLog(parameters);
 }