he2802 1 год назад
Родитель
Сommit
d91541ebb1

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/top/TopDivideOrderMapper.xml

@@ -239,7 +239,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="createNo != null and createNo != ''">
             AND v.create_no = #{createNo}
         </if>
-        <if test="createSysUserId != null and createSysUserId != ''">
+        <if test="createSysUserId != null and createSysUserId >0">
             AND v.create_sys_user_id = #{createSysUserId}
         </if>
         <if test="createSysUserId == 0">
@@ -428,7 +428,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="createNo != null and createNo != ''">
             AND v.create_no = #{createNo}
         </if>
-        <if test="createSysUserId != null and createSysUserId != ''">
+        <if test="createSysUserId != null and createSysUserId >0">
             AND v.create_sys_user_id = #{createSysUserId}
         </if>
         <if test="createSysUserId == 0">