Commit 82e56138 authored by LiuLin's avatar LiuLin

fix(jyjc):报检规则触发规则功能开发,联调测试

parent 6f8dced3
......@@ -78,7 +78,7 @@
COALESCE("WORK_ENVIRONMENT", '') AS "workEnvironment",
COALESCE("KZG_OPERATION_MODE", '') AS "kzgOperationMode",
COALESCE("JMWZ", '') AS "jmwz"
FROM amos_tzs_biz.idx_biz_jg_tech_params_elevator
FROM idx_biz_jg_tech_params_elevator
WHERE RECORD = #{record}
</select>
</mapper>
......@@ -91,7 +91,7 @@
COALESCE(temperature, 0) AS temperature,
COALESCE(pressure_medium, 0) AS pressureMedium,
COALESCE(per_capita_cabin_capacity, 0) AS perCapitaCabinCapacity
FROM amos_tzs_biz.idx_biz_jg_tech_params_vessel
FROM idx_biz_jg_tech_params_vessel
where record = #{record}
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment