|
@@ -525,7 +525,7 @@ public class PosStoreController extends BaseController {
|
|
|
* 获取posstore详细信息
|
|
* 获取posstore详细信息
|
|
|
*/
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('chanting:store:query')")
|
|
@PreAuthorize("@ss.hasPermi('chanting:store:query')")
|
|
|
- @GetMapping(value = "/{id}")
|
|
|
|
|
|
|
+ @GetMapping(value = "/{id:\\d+}")
|
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
|
PosStore posStore = posStoreService.selectPosStoreById(id);
|
|
PosStore posStore = posStoreService.selectPosStoreById(id);
|
|
|
// 回显营业时间(按周几分组的 timeSlots)与统一编号(统编),供门店审核页显示
|
|
// 回显营业时间(按周几分组的 timeSlots)与统一编号(统编),供门店审核页显示
|