记得上下班打卡 | git大法好,push需谨慎

Commit fed72ff5 authored by jiangxiulong's avatar jiangxiulong

updateRefundMdbMap

parent 9a005ee3
...@@ -727,9 +727,9 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService { ...@@ -727,9 +727,9 @@ public class GoblinNftOrderServiceImpl implements IGoblinNftOrderService {
goblinOrderUtils.setMongoList(GoblinNftOrderVo.class.getSimpleName(), "orderId", orderId, GoblinRedisConst.REDIS_GOBLIN_NFT_ORDER_INFO, 2); goblinOrderUtils.setMongoList(GoblinNftOrderVo.class.getSimpleName(), "orderId", orderId, GoblinRedisConst.REDIS_GOBLIN_NFT_ORDER_INFO, 2);
// goblinMongoUtils.updateGoblinNftOrderVo(nftOrder); // goblinMongoUtils.updateGoblinNftOrderVo(nftOrder);
HashMap<String, Object> updateRefundMdbMap = CollectionUtil.mapStringObject(); HashMap<String, Object> updateRefundMdbMap = CollectionUtil.mapStringObject();
updateMdbMap.put("status", nftOrderRefundVo.getStatus()); updateRefundMdbMap.put("status", nftOrderRefundVo.getStatus());
updateMdbMap.put("refundAt", nftOrderRefundVo.getRefundAt()); updateRefundMdbMap.put("refundAt", nftOrderRefundVo.getRefundAt());
updateMdbMap.put("updatedAt", nftOrderRefundVo.getUpdatedAt()); updateRefundMdbMap.put("updatedAt", nftOrderRefundVo.getUpdatedAt());
goblinMongoUtils.updateGoblinNftOrderRefundVo(nftOrderRefundVo.getOrderRefundId(), updateRefundMdbMap); goblinMongoUtils.updateGoblinNftOrderRefundVo(nftOrderRefundVo.getOrderRefundId(), updateRefundMdbMap);
//mysql //mysql
LinkedList<String> sqls = CollectionUtil.linkedListString(); LinkedList<String> sqls = CollectionUtil.linkedListString();
......
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