feat: 增加ERP日计划推送接口
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user