feat: 增加ERP日计划推送接口

This commit is contained in:
zhouz
2026-08-14 14:35:27 +08:00
parent 9d7482af89
commit 0cab62b30d
7 changed files with 262 additions and 12 deletions

View File

@@ -79,6 +79,12 @@
AND deleted = b'0'
</select>
<select id="selectNextSortSeq" resultType="java.lang.Integer">
SELECT COALESCE(MAX(sort_seq), 0) + 1
FROM lms_daily_plan
WHERE deleted = b'0'
</select>
<select id="selectStockingCandidates"
resultType="cn.code.nl.module.lms.dal.dataobject.dailyplan.DailyPlanDO">
SELECT <include refid="dailyPlanColumns"/>