admin
2020-07-14 eec7e789a87863c25d92c10ad5dfc22ad80c448d
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();