Commit 7b1db6b6 by huluobin

# update

parent 46cfa126
...@@ -382,7 +382,7 @@ public class CostDomain implements Serializable { ...@@ -382,7 +382,7 @@ public class CostDomain implements Serializable {
return print; return print;
} }
private final List<String> picFilter = Lists.newArrayList("png", "jpg,", "bmp,", "gif"); private final static List<String> picFilter = Lists.newArrayList("png", "jpg,", "bmp,", "gif");
public CostDto castToDto() { public CostDto castToDto() {
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" > "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.blt.other.module.cost.dao.CostDao"> <mapper namespace="com.blt.other.module.cost.dao.CostDao">
<resultMap id="cost" type="com.blt.other.module.cost.model.CostDomain"> <resultMap id="cost" type="com.blt.other.module.cost.model.CostDomain">
<result column="attach" jdbcType="VARCHAR" property="attach" <result column="attach" jdbcType="VARCHAR" property="attach"
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler"/> typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment