commit for pull

This commit is contained in:
caixiang
2023-02-23 14:28:05 +08:00
parent 1ebe39b60a
commit 16f3cd5d30
15 changed files with 258 additions and 111 deletions

View File

@@ -18,14 +18,12 @@
<select id="getPMPPBySubId" resultType="float">
SELECT
-- tu.`NAME`,-- DMC就是基板ID/模组ID
-- flr.LAST_UPDATE_TIME,
flr.PMPP_FL2
flc.PMPP
FROM
ue_flasher_data_raw flr
ue_flasher_data_calc flc
LEFT JOIN e_tracking_unit tu ON flc.mainid = tu.id
WHERE
flr.PMPP != 0
flc.PMPP != 0
and
tu.name=#{subId} -- 查特定基板功率
ORDER BY