Browse Source

heart-work:ACT_POINT_LOG表删除POINT_TYPE

dev_shibei_match
yinzuomei 5 years ago
parent
commit
8e4d11745f
  1. 5
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/entity/ActPointLogEntity.java
  2. 1
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/ActPointLogDao.xml

5
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/entity/ActPointLogEntity.java

@ -45,11 +45,6 @@ public class ActPointLogEntity extends BaseEpmetEntity {
*/
private String userId;
/**
* 加积分add ; 减积分subtract
*/
private String pointType;
/**
* 积分值
*/

1
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/ActPointLogDao.xml

@ -7,7 +7,6 @@
<result property="id" column="ID"/>
<result property="actId" column="ACT_ID"/>
<result property="userId" column="USER_ID"/>
<result property="pointType" column="POINT_TYPE"/>
<result property="points" column="POINTS"/>
<result property="operateType" column="OPERATE_TYPE"/>
<result property="remark" column="REMARK"/>

Loading…
Cancel
Save