提交修改
This commit is contained in:
parent
17b12e9f47
commit
2f38b183eb
@ -45,7 +45,7 @@
|
||||
<dependency>
|
||||
<groupId>com.lz.mybatis.plugin</groupId>
|
||||
<artifactId>lz_mybatis_plugin</artifactId>
|
||||
<version>14.0-SNAPSHOT</version>
|
||||
<version>19.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
@ -2,5 +2,23 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.heyu.api.data.dao.vv.VvProductDao">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<trim prefix="set" suffixOverrides="," prefixOverrides="," >
|
||||
<if test="isDelete != null">is_delete = #{isDelete},</if>
|
||||
<if test="gmtCreate != null">gmt_create = #{gmtCreate},</if>
|
||||
<if test="uid != null">uid = #{uid},</if>
|
||||
<if test="appId != null">app_id = #{appId},</if>
|
||||
<if test="orderId != null">order_id = #{orderId},</if>
|
||||
<if test="registerPhone != null">register_phone = #{registerPhone},</if>
|
||||
<if test="content != null">content = #{content}</if>
|
||||
</trim>
|
||||
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
|
||||
@ -62,9 +62,6 @@ public class ProductController {
|
||||
});
|
||||
|
||||
List<VvPropertyEntity> vvPropertyEntities = pageUtils.getRows();
|
||||
|
||||
|
||||
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user