smartor/src/main/resources/mapper/smartor/SchemeAutofinshruleMapper.xml
@@ -41,6 +41,7 @@ resultMap="SchemeAutofinshruleResult"> <include refid="selectSchemeAutofinshruleVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> <if test="schemeid != null ">and schemeid = #{schemeid}</if> <if test="ruletype != null ">and ruletype = #{ruletype}</if>