|
|
|
@ -13,7 +13,8 @@
|
|
|
|
|
group_concat(sn) sns |
|
|
|
|
from olo_custom_push_data |
|
|
|
|
where sendStatus = 0 |
|
|
|
|
group by orderNo, deliveryNo, status limit 1 |
|
|
|
|
group by orderNo, deliveryNo, status, status_code |
|
|
|
|
order by status_code limit 1 |
|
|
|
|
</select> |
|
|
|
|
<update id="updateSustomPushNodeDataStatus"> |
|
|
|
|
update olo_custom_push_data |
|
|
|
|