소스 검색

fix 修改新增接口

Administrator 3 년 전
부모
커밋
0e469d3238

+ 1 - 1
boman-common/boman-common-core/src/main/java/com/boman/common/core/utils/ServletUtils.java

@@ -208,7 +208,7 @@ public class ServletUtils
         {
             return URLDecoder.decode(str, Constants.UTF8);
         }
-        catch (UnsupportedEncodingException e)
+        catch (UnsupportedEncodingException | NullPointerException e)
         {
             return "";
         }

+ 1 - 1
boman-web-core/src/main/resources/mapper/VaccineInfoMapper.xml

@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="url != null and url != ''">url,</if>
             <if test="shouldSlow != null and shouldSlow != ''">should_slow,</if>
             <if test="suspendUrl != null and suspendUrl != ''">suspend_url,</if>
-            <if test="otherUrl != null and otherUrl != ''">suspend_url,</if>
+            <if test="otherUrl != null and otherUrl != ''">other_url,</if>
             create_time
          </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">