Browse Source

积分相关修改

master
zhaoqifeng 3 years ago
parent
commit
a02a58a760
  1. 1
      epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/PointApplyDao.xml

1
epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/PointApplyDao.xml

@ -86,6 +86,7 @@
<select id="getList" resultType="com.epmet.dto.PointApplyDTO"> <select id="getList" resultType="com.epmet.dto.PointApplyDTO">
SELECT SELECT
a.ID, a.ID,
a.GRID_ID,
a.TITLE, a.TITLE,
a.STATEMENT, a.STATEMENT,
a.STATUS, a.STATUS,

Loading…
Cancel
Save