Commit 8135425d by fudahua

批量处理关联关系优化

parent daac5109
......@@ -512,6 +512,7 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
detailDTO.setMemberOpenCardFlag(wxEnterpriseRelated.getMemberOpenCardFlag());
detailDTO.setWxEnterpriseType(wxEnterpriseRelated.getWxEnterpriseType());
detailDTO.setWxEnterpriseRelatedId(wxEnterpriseRelated.getWxEnterpriseRelatedId());
detailDTO.setClerkEditFlag(wxEnterpriseRelated.getClerkEditFlag());
return detailDTO;
}
......
......@@ -7,10 +7,15 @@ import org.apache.commons.lang3.StringUtils;
public class test {
public static void main(String[] args) {
String key = "3.2.1";
String[] split = key.split(".");
// String key = "3.2.1";
// String[] split = key.split(".");
//
// System.out.println(split[1]);
System.out.println(split[1]);
Integer num = 2;
int i = 2 & 4;
System.out.println(i);
//
// //插入不存在的我们pre表的企业微信数据
// int pageSize = 500;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment