增加营业状态

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

@ -64,4 +64,7 @@ public class CompanyStoreDTO {
@ApiModelProperty("门店编号") @ApiModelProperty("门店编号")
private String storeNumber; private String storeNumber;
@ApiModelProperty("营业状态")
private String status;
} }

View File

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