Commit 3368b869f3d57ea26e6009b3ac8a27dce0eb01d3

Authored by youxiw2000
1 parent 44e385f8

11

trash-garbage/src/main/java/com/trash/garbage/pojo/domain/GarOrderMatchAsk.java
... ... @@ -170,6 +170,7 @@ public class GarOrderMatchAsk implements Serializable {
170 170 /**
171 171 * 投放点 编号
172 172 */
  173 + @TableField(exist = false)
173 174 private String dropPointNo;
174 175  
175 176  
... ...
trash-garbage/src/main/resources/mapper/GarOrderMatchAskMapper.xml
... ... @@ -19,8 +19,6 @@
19 19 <result property="garUpdateBy" column="gar_update_by" jdbcType="VARCHAR"/>
20 20 <result property="garRemark" column="gar_remark" jdbcType="VARCHAR"/>
21 21 <result property="dropPointNo" column="drop_point_no" jdbcType="VARCHAR"/>
22   -
23   -
24 22 </resultMap>
25 23  
26 24 <sql id="Base_Column_List">
... ...