feat(module): 饲喂量统计

+ 添加量饲喂量统计功能
+ 解决了其他两个页面的若干逻辑错误
+ 优化了配料清单的缓存结构:
    + 将缓存和同步过程移动到Service层, 以便其他模块调用
This commit is contained in:
2025-08-24 23:40:21 +08:00
parent 02634eb7b6
commit 02d95fc51f
14 changed files with 881 additions and 125 deletions

View File

@@ -20,6 +20,7 @@
<include refid="selectSgFeedListVo"/>
<where>
<if test="formulaId != null and formulaId != ''"> and formula_id = #{formulaId}</if>
<if test="formulaBatchId != null and formulaBatchId != ''"> and formula_batch_id = #{formulaBatchId}</if>
<if test="zookeeper != null and zookeeper != ''"> and zookeeper = #{zookeeper}</if>
<if test="deployDate != null "> and deploy_date = #{deployDate}</if>
</where>