jinlin
2024-07-15 878b3569173004ea52ad7c6a538abc86e056d5c8
modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml
@@ -30,6 +30,8 @@
        from product_model_common a
        where a.is_delete = 0
          and a.node_type <> 1
        ORDER BY
            node_type,sort
    </select>
    <select id="getNo" resultType="java.lang.Integer">
        SELECT COUNT(*)