Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
2fb64756
Commit
2fb64756
authored
May 14, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决VIEW中ID报错,修改修改统一JMX中SQL格式
parent
9f43e7e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
58 deletions
+11
-58
AdvancePaymentBalanceSumAdvQuery.jmx
...tatistics/advanquery/AdvancePaymentBalanceSumAdvQuery.jmx
+0
-0
AdvancePaymentBalanceSumQueryView.jmx
...atistics/advanquery/AdvancePaymentBalanceSumQueryView.jmx
+2
-13
OperationsDailyReportsQueryView.jmx
...statistics/advanquery/OperationsDailyReportsQueryView.jmx
+1
-12
OperationsOtherReportsQueryView.jmx
...statistics/advanquery/OperationsOtherReportsQueryView.jmx
+1
-12
PaymentDetailsAdvQuery.jmx
...st/dinas/statistics/advanquery/PaymentDetailsAdvQuery.jmx
+5
-8
PaymentDetailsQueryView.jmx
...t/dinas/statistics/advanquery/PaymentDetailsQueryView.jmx
+1
-1
SalesSummaryAdvQuery.jmx
...xyst/dinas/statistics/advanquery/SalesSummaryAdvQuery.jmx
+0
-0
SalesSummaryQueryView.jmx
...yst/dinas/statistics/advanquery/SalesSummaryQueryView.jmx
+1
-12
No files found.
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/AdvancePaymentBalanceSumAdvQuery.jmx
View file @
2fb64756
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/AdvancePaymentBalanceSumQueryView.jmx
View file @
2fb64756
...
@@ -50,23 +50,12 @@
...
@@ -50,23 +50,12 @@
"table": {
"table": {
"selectType": "MULTI",
"selectType": "MULTI",
"serialNumber": "series",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
"orders":[
],
],
"expand": false,
"expand": false,
"columns": [
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
{
"type": "VALUE",
"type": "VALUE",
"title": "购砂单位",
"title": "购砂单位",
...
@@ -125,7 +114,7 @@
...
@@ -125,7 +114,7 @@
{
{
"type": "VALUE",
"type": "VALUE",
"title": "本年累计退费",
"title": "本年累计退费",
"key": "fundAmount",
"key": "
re
fundAmount",
"columnType": {
"columnType": {
"name": "select",
"name": "select",
"data": {
"data": {
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/OperationsDailyReportsQueryView.jmx
View file @
2fb64756
...
@@ -50,23 +50,12 @@
...
@@ -50,23 +50,12 @@
"table": {
"table": {
"selectType": "MULTI",
"selectType": "MULTI",
"serialNumber": "series",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
"orders":[
],
],
"expand": false,
"expand": false,
"columns": [
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
{
"type": "VALUE",
"type": "VALUE",
"title": "场站",
"title": "场站",
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/OperationsOtherReportsQueryView.jmx
View file @
2fb64756
...
@@ -50,23 +50,12 @@
...
@@ -50,23 +50,12 @@
"table": {
"table": {
"selectType": "MULTI",
"selectType": "MULTI",
"serialNumber": "series",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
"orders":[
],
],
"expand": false,
"expand": false,
"columns": [
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
{
"type": "VALUE",
"type": "VALUE",
"title": "场站",
"title": "场站",
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/PaymentDetailsAdvQuery.jmx
View file @
2fb64756
...
@@ -36,13 +36,12 @@
...
@@ -36,13 +36,12 @@
financeRefund.refundExplain AS remark ,
financeRefund.refundExplain AS remark ,
financeRefund.regionalCompany AS regionalCompanyId,
financeRefund.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
CASE WHEN financeRefund.fundType = 1 THEN 'DEPOSIT' ELSE 'ADVANCE' END AS fundType1
CASE WHEN financeRefund.fundType = 1 THEN 'DEPOSIT' ELSE 'ADVANCE' END AS fundType1
FROM
FROM
FinanceRefund AS financeRefund
FinanceRefund AS financeRefund
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = financeRefund.purchaseSandCompany
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = financeRefund.purchaseSandCompany
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = financeRefund.project
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = financeRefund.project
UNION ALL
UNION ALL
SELECT
SELECT
artificialRecharge.id AS id,
artificialRecharge.id AS id,
artificialRecharge.createTime AS createTime,
artificialRecharge.createTime AS createTime,
...
@@ -58,13 +57,11 @@
...
@@ -58,13 +57,11 @@
artificialRecharge.remark AS remark ,
artificialRecharge.remark AS remark ,
artificialRecharge.regionalCompany AS regionalCompanyId,
artificialRecharge.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
artificialRecharge.fundType AS fundType1
artificialRecharge.fundType AS fundType1
FROM
FROM
ArtificialRecharge AS artificialRecharge
ArtificialRecharge AS artificialRecharge
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = artificialRecharge.purchaseSandUnit
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = artificialRecharge.purchaseSandUnit
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = artificialRecharge.project
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = artificialRecharge.project UNION ALL
UNION ALL
SELECT
SELECT
expenseAdjust.id AS id,
expenseAdjust.id AS id,
expenseAdjust.createTime AS createTime,
expenseAdjust.createTime AS createTime,
...
@@ -89,7 +86,6 @@
...
@@ -89,7 +86,6 @@
expenseAdjust.remark AS remark,
expenseAdjust.remark AS remark,
expenseAdjust.regionalCompany AS regionalCompanyId,
expenseAdjust.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
expenseAdjust.fundType AS fundType1
expenseAdjust.fundType AS fundType1
FROM
FROM
ExpenseAdjust AS expenseAdjust
ExpenseAdjust AS expenseAdjust
...
@@ -99,10 +95,10 @@
...
@@ -99,10 +95,10 @@
WHERE result.regionalCompanyId = :?regionalCompanyId
WHERE result.regionalCompanyId = :?regionalCompanyId
AND ( result.createTime
>
= :?startDate AND result.createTime
<
= :?endDate )
AND ( result.createTime
>
= :?startDate AND result.createTime
<
= :?endDate )
AND result.purchaseSandCompanyonName LIKE :?purchaseSandCompanyonName
AND result.purchaseSandCompanyonName LIKE :?purchaseSandCompanyonName
AND result.project
Name
LIKE :?projectName
AND result.project LIKE :?projectName
AND result.fundType1 = :?fundType
AND result.fundType1 = :?fundType
ORDER BY result.createTime DESC
ORDER BY result.createTime DESC
</sql>
</sql>
</template>
</template>
</content>
</content>
</metadata>
</metadata>
\ No newline at end of file
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/PaymentDetailsQueryView.jmx
View file @
2fb64756
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"table": {
"table": {
"selectType": "MULTI",
"selectType": "MULTI",
"serialNumber": "series",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
"orders":[
],
],
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/SalesSummaryAdvQuery.jmx
View file @
2fb64756
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/SalesSummaryQueryView.jmx
View file @
2fb64756
...
@@ -50,23 +50,12 @@
...
@@ -50,23 +50,12 @@
"table": {
"table": {
"selectType": "MULTI",
"selectType": "MULTI",
"serialNumber": "series",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
"orders":[
],
],
"expand": false,
"expand": false,
"columns": [
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
{
"type": "VALUE",
"type": "VALUE",
"title": "场站",
"title": "场站",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment