| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.production.mapper.SalesLedgerSchedulingMapper"> |
| | | |
| | | <select id="listPage" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingDto"> |
| | | <select id="listPage" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingDto"> |
| | | SELECT |
| | | T2.id as salesLedgerProductId, |
| | | T1.id as salesLedgerId, |
| | |
| | | </if> |
| | | order by T1.entry_date desc |
| | | </select> |
| | | <select id="list" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingDto"> |
| | | <select id="list" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingDto"> |
| | | SELECT |
| | | T2.id, |
| | | ifNull(sum(t3.scheduling_num),0) AS schedulingNum, |
| | |
| | | where T1.id is not null and T2.type = 1 |
| | | GROUP BY T2.id |
| | | </select> |
| | | <select id="listPageProcess" resultType="com.ruoyi.production.dto.SalesLedgerSchedulingProcessDto"> |
| | | <select id="listPageProcess" resultType="com.ruoyi.production2.dto.SalesLedgerSchedulingProcessDto"> |
| | | SELECT |
| | | t3.id as salesLedgerProductId, |
| | | T1.id as salesLedgerId, |