实验报告分数bug修改

hehai
jiakun.lin 4 years ago
parent 99c568feca
commit 85ab08a249
  1. 2
      src/main/resources/mapper/tms/AchievementManagementDao.xml

@ -418,7 +418,7 @@
WHERE hjp.judgmentPointsId = hsi.judgmentPointsId WHERE hjp.judgmentPointsId = hsi.judgmentPointsId
AND hjp.judgmentPointsId = hec.judgmentPointsId AND hjp.judgmentPointsId = hec.judgmentPointsId
AND p.codeId = hec.codeId AND p.codeId = hec.codeId
AND hec.projectId = hsi.projectId
AND hjp.isdel = 0 AND hjp.isdel = 0
AND hec.recordId = #{recordId} AND hec.recordId = #{recordId}
GROUP BY hec.codeId GROUP BY hec.codeId

Loading…
Cancel
Save