订单详情调整
This commit is contained in:
@@ -45,7 +45,7 @@ public class ProductController {
|
||||
@RequestParam(required = false) String code,
|
||||
@RequestParam(required = false) Integer shopId
|
||||
) {
|
||||
if (shopId == null && StrUtil.isNotBlank(code)) {
|
||||
if (shopId == null && StrUtil.isBlank(code)) {
|
||||
return Result.fail("参数缺失");
|
||||
}
|
||||
return productService.queryShopIdByTableCode(userId, openId, code,lat,lng, shopId);
|
||||
|
||||
Reference in New Issue
Block a user