debugging and add image uploader to guild good
This commit is contained in:
@@ -19,6 +19,7 @@ export class GoodsService {
|
||||
is_default_guild_good: true,
|
||||
pricing_model: true,
|
||||
unit_type: true,
|
||||
image_url: true,
|
||||
category: {
|
||||
select: {
|
||||
id: true,
|
||||
|
||||
@@ -14,8 +14,6 @@ export class PosController {
|
||||
const result = await this.service.getInfo(pos_id)
|
||||
|
||||
if (result) {
|
||||
console.log('first')
|
||||
|
||||
// @ts-ignore
|
||||
res.cookie('posId', pos_id, {
|
||||
httpOnly: false,
|
||||
|
||||
Reference in New Issue
Block a user