推送数据添加
This commit is contained in:
+1
@@ -103,6 +103,7 @@ public class BusinessPartnerApplicationService {
|
||||
Map<String, String> item = new HashMap<>();
|
||||
item.put("corpCode", businessPartnerDTO.getCorpCode());
|
||||
item.put("corpName", businessPartnerDTO.getCorpName());
|
||||
item.put("stopFlag", "0");
|
||||
|
||||
// 包装成数组
|
||||
List<Map<String, String>> bodyList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user