清单修改
This commit is contained in:
@@ -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);
|
||||
//发送消息队列
|
||||
|
||||
Reference in New Issue
Block a user