Lius
2024-10-24 a7a4e0e6ae09c720e50dc22fc50c67519414067c
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/xml/ClassMonthlyscheduleMapper.xml
@@ -14,4 +14,24 @@
        SELECT  * FROM T_Quality_monthy WHERE NY = #{ dateTime }
    </select>
    <select id="findListProductDay" resultType="org.jeecg.modules.mdcJc.entity.ProductDayschedule">
        SELECT  * FROM T_ProductDayschedule WHERE PlanDate = #{ dateTime }
    </select>
    <select id="onLineQueueList" resultType="org.jeecg.modules.mdcJc.entity.OnLineQueue">
        SELECT * FROM T_OnLine_Queue
    </select>
    <select id="findListOnLineQueue" resultType="org.jeecg.modules.mdcJc.entity.OnLineQueue">
        SELECT * FROM T_OnLine_Queue WHERE ID &gt; #{id}
    </select>
    <select id="underLineQueueList" resultType="org.jeecg.modules.mdcJc.entity.UnderLineQueue">
        SELECT * FROM T_UnderLine_Queue
    </select>
    <select id="findListUnderLineQueue" resultType="org.jeecg.modules.mdcJc.entity.UnderLineQueue">
        SELECT * FROM T_UnderLine_Queue WHERE ID &gt; #{id}
    </select>
</mapper>