Skip to content

Commit 1f15acb

Browse files
committed
fixed:time publish task not work
1 parent dc7aefc commit 1f15acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XEngine_Source/XEngine_MQServiceApp/MQService_Task.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ void CALLBACK MessageQueue_CBTask_TimePublish(XENGINE_DBTIMERELEASE* pSt_DBInfo,
2828
st_DBInfo.nQueueSerial = pSt_DBInfo->nIDMsg;
2929
_tcsxcpy(st_DBInfo.tszQueueName, pSt_DBInfo->tszQueueName);
3030
DBModule_MQData_Query(&st_DBInfo);
31+
32+
memcpy(&st_MQProtocol.st_MSGAttr, &st_DBInfo.nMsgAttr, sizeof(st_DBInfo.nMsgAttr));
3133
//是否需要通知
3234
int nListCount = 0;
3335
XENGINE_DBUSERKEY** ppSt_ListUser;

0 commit comments

Comments
 (0)