Reviewed-on: daoyoucloud/tachycode#512 Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
commit
b0cd02ee34
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hera/plugin-rental",
|
"name": "@hera/plugin-rental",
|
||||||
"version": "1.6.4",
|
"version": "1.6.5",
|
||||||
"main": "dist/server/index.js",
|
"main": "dist/server/index.js",
|
||||||
"displayName": "professional construction materials rental system - customized based on hera",
|
"displayName": "professional construction materials rental system - customized based on hera",
|
||||||
"displayName.zh-CN": "专业建材租赁系统 - 基于赫拉定制",
|
"displayName.zh-CN": "专业建材租赁系统 - 基于赫拉定制",
|
||||||
|
@ -8,6 +8,7 @@ SELECT
|
|||||||
number,
|
number,
|
||||||
seller_id,
|
seller_id,
|
||||||
purchaser_id,
|
purchaser_id,
|
||||||
|
project_id,
|
||||||
category,
|
category,
|
||||||
CAST('进项发票' AS TEXT) AS "type",
|
CAST('进项发票' AS TEXT) AS "type",
|
||||||
"Invoicing_date",
|
"Invoicing_date",
|
||||||
@ -36,6 +37,7 @@ SELECT
|
|||||||
number,
|
number,
|
||||||
seller_id,
|
seller_id,
|
||||||
purchaser_id,
|
purchaser_id,
|
||||||
|
project_id,
|
||||||
category,
|
category,
|
||||||
CAST('销项发票' AS TEXT) AS "type",
|
CAST('销项发票' AS TEXT) AS "type",
|
||||||
"Invoicing_date",
|
"Invoicing_date",
|
||||||
@ -64,6 +66,7 @@ SELECT
|
|||||||
number,
|
number,
|
||||||
seller_id,
|
seller_id,
|
||||||
purchaser_id,
|
purchaser_id,
|
||||||
|
project_id,
|
||||||
category,
|
category,
|
||||||
CAST('进项发票' AS TEXT) AS "type",
|
CAST('进项发票' AS TEXT) AS "type",
|
||||||
"Invoicing_date",
|
"Invoicing_date",
|
||||||
|
Loading…
Reference in New Issue
Block a user