admin
2020-11-28 dc5be7d38446f70e6ff86df311119c32b41fe7f8
fanli/src/main/java/com/yeshi/fanli/util/ShamHongBaoUtil.java
@@ -8,6 +8,7 @@
import javax.annotation.Resource;
import com.yeshi.fanli.entity.SystemEnum;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.HttpMethod;
import org.apache.commons.httpclient.NameValuePair;
@@ -43,7 +44,7 @@
         form.setPortrait(shamUser.getPicUrl());
         form.setLoginType(-1);
         form.setOpenid(UUID.randomUUID().toString().replaceAll("-", "") + "-1");
         userInfoService.addUser(form, "23649898");
         userInfoService.addUser(form, SystemEnum.blks);
      }
   }
@@ -56,7 +57,7 @@
            if (cell.getContents() == null || "".equals(cell.getContents().trim())) {
               continue;
            }
            shamUserService.delete(Long.parseLong(cell.getContents()));
            shamUserService.deleteByPrimaryKey(Long.parseLong(cell.getContents()));
         }
      } catch (BiffException e) {
         e.printStackTrace();