Commit cedbb902 authored by hongguangwu's avatar hongguangwu

MVP1.7.5-bizNo

parent 7bb63026
...@@ -104,7 +104,7 @@ public class SocialFriendConfig { ...@@ -104,7 +104,7 @@ public class SocialFriendConfig {
JSONObject json = new JSONObject(); JSONObject json = new JSONObject();
// 外部业务订单号 // 外部业务订单号
json.put("bizNo", vo.getSocialId() + thisTime); json.put("bizNo", vo.getSocialId() + type + thisTime);
// 企业名称——户名 // 企业名称——户名
json.put("qymc", vo.getSocialHouseholdName()); json.put("qymc", vo.getSocialHouseholdName());
// 税号——户配置的“单位统一信用代码” // 税号——户配置的“单位统一信用代码”
......
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