guoyuji
2024-07-19 deef4c637b01c37c8a5bbe749ed93e6797fcfe19
north-glass-erp/src/main/resources/mapper/sd/ProductMapper.xml
@@ -74,6 +74,14 @@
        ;
    </select>
    <select id="selectProduct">
        select * from sd.product where ${productName}=#{productNameValue}
    </select>
    <select id="selectProductId">
        select * from sd.product where ${productName}=#{productNameValue} and id != #{id}
    </select>
    <select id="getPageTotal" >
        select
            CEILING(count(a.id)/#{pageSize})