|
@@ -112,8 +112,8 @@ public class ShopApiController {
|
|
if (!authorization.equals(Authorization)) {
|
|
if (!authorization.equals(Authorization)) {
|
|
return Result.error("sign 验证不通过");
|
|
return Result.error("sign 验证不通过");
|
|
}
|
|
}
|
|
- boolean res = feiShuSheetService.updateFeiShuTableSheetField(recordSheetDto);
|
|
|
|
- return Result.ok(res);
|
|
|
|
|
|
+// boolean res = feiShuSheetService.updateFeiShuTableSheetField(recordSheetDto);
|
|
|
|
+ return Result.ok();
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|