清单修改

This commit is contained in:
yuezhihang
2022-04-22 15:04:48 +08:00
parent fb7040d53b
commit 07eebff61d
5 changed files with 118 additions and 62 deletions
@@ -25,7 +25,7 @@ public class CreateUpdateMQService {
**/
public void sendMQ(Hashtable<String,String> hashtable , List<String> remove , List<String> add){
Map<String,Object> map=new HashMap<>();
map.put("table",hashtable);
map.put("tableData",hashtable);
map.put("remove",remove);
map.put("add",add);
//发送消息队列