smartor/src/main/resources/mapper/smartor/SysUserImportMapper.xml
@@ -116,7 +116,7 @@ <select id="selectSysUserImportList" parameterType="com.smartor.domain.SysUserImport" resultMap="SysUserImportResult"> <include refid="selectSysUserImportVo"/> <where> where 1=1 <if test="subId != null "> and sub_id = #{subId} </if> @@ -249,7 +249,6 @@ <if test="defaultWardName != null and defaultWardName != ''"> and default_ward_name = #{defaultWardName} </if> </where> </select> <select id="selectSysUserImportById" parameterType="Long"