|
@@ -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 >0">
|
|
|
+ <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 >0">
|
|
|
+ <if test="createSysUserId != null and createSysUserId !=0">
|
|
|
AND v.create_sys_user_id = #{createSysUserId}
|
|
|
</if>
|
|
|
<if test="createSysUserId == 0">
|