Helius
2021-04-12 b8d50f6ad9d1ab407e5b2a6867cf47bc4640a43c
zq-erp/src/main/resources/mybatis/mapper/hive/ArticleTypeDao.xml
@@ -232,7 +232,7 @@
         <if test="record.articleTypeName != null and record.articleTypeName !='' ">
            and article_type_name = #{record.articleTypeName}
         </if>
         <if test="record.parentId != null and record.parentId !='' ">
         <if test="record.parentId != null or record.parentId ==0 ">
            and parent_id = #{record.parentId}
         </if>
         <if test="record.sort != null and record.sort !='' ">