@ -533,7 +533,7 @@ public class DoudianMsgServiceImpl implements DoudianMsgService {
@Override
public boolean deleteDoudianAftersaleMsgQueue(Long queueId) {
int affRow = doudianTradeMsgQueueMapper.deleteByPrimaryKey(queueId);
int affRow = doudianAftersaleMsgQueueMapper.deleteByPrimaryKey(queueId);
return affRow > 0 ? true : false;
}