Commit a3b8d8a2 by 徐高华

test

parent 5e197ef4
......@@ -609,9 +609,9 @@ public class MessageApiServiceImpl implements MessageApiService {
}
Map<String, Object> extendContent = new HashMap<>();
if (messageTypeEnum.equals(NoticeMessageTypeEnum.ORDER_PAY)) {
extendContent.put("currentTab ", 0);
extendContent.put("currentTab", 0);
} else {
extendContent.put("currentTab ", 1);
extendContent.put("currentTab", 1);
}
Map<String, String> map = this.toMapValue(memberId, valueList);
NoticeMessageQDTO qdto = this.getDTO(enterpriseId, clerkId, relationId, noticeType, map, extendContent);
......
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