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 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "购砂单位",
...
...
@@ -125,7 +114,7 @@
{
"type": "VALUE",
"title": "本年累计退费",
"key": "fundAmount",
"key": "
re
fundAmount",
"columnType": {
"name": "select",
"data": {
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/OperationsDailyReportsQueryView.jmx
View file @
2fb64756
...
...
@@ -50,23 +50,12 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "场站",
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/OperationsOtherReportsQueryView.jmx
View file @
2fb64756
...
...
@@ -50,23 +50,12 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "场站",
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/PaymentDetailsAdvQuery.jmx
View file @
2fb64756
...
...
@@ -36,13 +36,12 @@
financeRefund.refundExplain AS remark ,
financeRefund.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
CASE WHEN financeRefund.fundType = 1 THEN 'DEPOSIT' ELSE 'ADVANCE' END AS fundType1
FROM
FinanceRefund AS financeRefund
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = financeRefund.purchaseSandCompany
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = financeRefund.project
UNION ALL
UNION ALL
SELECT
artificialRecharge.id AS id,
artificialRecharge.createTime AS createTime,
...
...
@@ -58,13 +57,11 @@
artificialRecharge.remark AS remark ,
artificialRecharge.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
artificialRecharge.fundType AS fundType1
FROM
ArtificialRecharge AS artificialRecharge
LEFT JOIN PurchaseSandCompany AS purchaseSandCompanyon ON purchaseSandCompanyon.id = artificialRecharge.purchaseSandUnit
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = artificialRecharge.project
UNION ALL
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = artificialRecharge.project UNION ALL
SELECT
expenseAdjust.id AS id,
expenseAdjust.createTime AS createTime,
...
...
@@ -89,7 +86,6 @@
expenseAdjust.remark AS remark,
expenseAdjust.regionalCompany AS regionalCompanyId,
purchaseSandCompanyon.NAME AS purchaseSandCompanyonName,
projectFiled.projectName AS projectName,
expenseAdjust.fundType AS fundType1
FROM
ExpenseAdjust AS expenseAdjust
...
...
@@ -99,10 +95,10 @@
WHERE result.regionalCompanyId = :?regionalCompanyId
AND ( result.createTime
>
= :?startDate AND result.createTime
<
= :?endDate )
AND result.purchaseSandCompanyonName LIKE :?purchaseSandCompanyonName
AND result.project
Name
LIKE :?projectName
AND result.project LIKE :?projectName
AND result.fundType1 = :?fundType
ORDER BY result.createTime DESC
</sql>
</template>
</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 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"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 @@
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize":
20
0,
"pageSize":
1
0,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"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