chenlu
2024-03-07 de18cca83738bdf6b279046e34b910ccd5b73a84
north-glass-erp/target/classes/mapper/sd/Customer.xml
@@ -9,7 +9,7 @@
        from
            sd.customer
    </select>
    <select id="getseletCustomer">
    <select id="getSelectCustomer">
        select
            *
        from
@@ -41,7 +41,7 @@
        limit #{offset},#{pageSize};
    </select>
    <select id="getseletCustomerPageTotal">
    <select id="getSelectCustomerPageTotal">
        select
            CEILING(count(id)/#{pageSize}) as 'pageTotal',
            count(id) as 'total'