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
177c4fd6
Commit
177c4fd6
authored
May 11, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预付款及余额汇总提交
parent
a59c4b7b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
AdvancePaymentBalanceSumSchedulerTaskRegister.java
...eduler/AdvancePaymentBalanceSumSchedulerTaskRegister.java
+1
-1
AdvancePaymentBalanceSumAdvQuery.jmx
...tics/statisticsquery/AdvancePaymentBalanceSumAdvQuery.jmx
+0
-0
PaymentDetailsAdvQuery.jmx
...nas/statistics/statisticsquery/PaymentDetailsAdvQuery.jmx
+13
-1
SalesSummaryAdvQuery.jmx
...dinas/statistics/statisticsquery/SalesSummaryAdvQuery.jmx
+0
-0
No files found.
backend/xyst.dinas.statistics/src/main/java/com/xyst/dinas/statistics/scheduler/AdvancePaymentBalanceSumSchedulerTaskRegister.java
View file @
177c4fd6
...
@@ -44,6 +44,6 @@ public class AdvancePaymentBalanceSumSchedulerTaskRegister implements ServiceIn
...
@@ -44,6 +44,6 @@ public class AdvancePaymentBalanceSumSchedulerTaskRegister implements ServiceIn
//scheduleService.scheduleTask(taskDetail, "0 0 1/23 * * ? *");
//scheduleService.scheduleTask(taskDetail, "0 0 1/23 * * ? *");
//测试使用 没分钟执行一次
//测试使用 没分钟执行一次
//scheduleService.scheduleTask(taskDetail, "0 0/5 * * * ? *");
//scheduleService.scheduleTask(taskDetail, "0 0/5 * * * ? *");
logger
.
info
(
"
销售
汇总自动创建任务初始化成功!"
);
logger
.
info
(
"
预付款与结余
汇总自动创建任务初始化成功!"
);
}
}
}
}
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/statisticsquery/AdvancePaymentBalanceSumAdvQuery.jmx
0 → 100644
View file @
177c4fd6
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/statisticsquery/PaymentDetailsAdvQuery.jmx
View file @
177c4fd6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<specification>
1.0
</specification>
<specification>
1.0
</specification>
<id>
6955f0bb-c150-4151-9b1b-553ae896106a
</id>
<id>
6955f0bb-c150-4151-9b1b-553ae896106a
</id>
<name>
com.xyst.dinas.statistics.
statistics
query.PaymentDetailsAdvQuery
</name>
<name>
com.xyst.dinas.statistics.
advan
query.PaymentDetailsAdvQuery
</name>
<title>
回款明细
</title>
<title>
回款明细
</title>
<description>
回款明细
</description>
<description>
回款明细
</description>
<define>
advanced.query.template
</define>
<define>
advanced.query.template
</define>
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
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
WHERE artificialRecharge.regionalCompany = :?regionalCompanyId
AND (artificialRecharge.createTime
>
= :?startDate AND artificialRecharge.createTime
<
:?endDate)
AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName
AND projectFiled.projectName LIKE :?projectName
UNION ALL
UNION ALL
SELECT
SELECT
expenseAdjust.id as id,
expenseAdjust.id as id,
...
@@ -52,6 +56,10 @@
...
@@ -52,6 +56,10 @@
ExpenseAdjust as expenseAdjust
ExpenseAdjust as expenseAdjust
LEFT JOIN PurchaseSandCompany as purchaseSandCompanyon on purchaseSandCompanyon.id = expenseAdjust.purchaseSandUnit
LEFT JOIN PurchaseSandCompany as purchaseSandCompanyon on purchaseSandCompanyon.id = expenseAdjust.purchaseSandUnit
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = expenseAdjust.project
LEFT JOIN ProjectFiled AS projectFiled ON projectFiled.id = expenseAdjust.project
WHERE expenseAdjust.regionalCompany = :?regionalCompanyId
AND (expenseAdjust.createTime
>
= :?startDate AND expenseAdjust.createTime
<
:?endDate)
AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName
AND projectFiled.projectName LIKE :?projectName
UNION ALL
UNION ALL
SELECT
SELECT
financeRefund.id as id,
financeRefund.id as id,
...
@@ -70,6 +78,10 @@
...
@@ -70,6 +78,10 @@
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
WHERE financeRefund.regionalCompany = :?regionalCompanyId
AND (financeRefund.createTime
>
= :?startDate AND financeRefund.createTime
<
:?endDate)
AND purchaseSandCompanyon.name LIKE :?purchaseSandCompanyonName
AND projectFiled.projectName LIKE :?projectName
ORDER BY createTime DESC
ORDER BY createTime DESC
</sql>
</sql>
</template>
</template>
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/statisticsquery/SalesSummaryAdvQuery.jmx
View file @
177c4fd6
This diff is collapsed.
Click to expand it.
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