influx参数覆盖

This commit is contained in:
2022-12-28 10:31:27 +08:00
parent 69f911c07c
commit add0eea2ac
13 changed files with 293 additions and 92 deletions

View File

@@ -73,4 +73,10 @@
<select id="getControlGraphNameById" resultType="String">
select name from control_graph where id = #{id}
</select>
<select id="list" resultType="com.cnbm.basic.dto.ProductFeaturesDTO">
select * from product_features
order by id asc
</select>
</mapper>