增加营业状态

This commit is contained in:
2025-07-27 11:04:05 +08:00
parent 747fca2c9a
commit 91c066a5ff
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
t.start_time,
t.end_time,
t.label,
t.status,
(6371 * 1000 * 2 * ATAN2(
SQRT(
SIN(RADIANS(t.latitude - #{storeDistanceReq.currentLat}) / 2) *