廖井涛
2024-04-09 0daaeb174e75859e3bf969d4e9185fc14fda977d
north-glass-erp/src/main/resources/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'