Browse Source

平均分不再需要小数

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
08f5c18f9b
  1. 2
      epdc-cloud-property/src/main/resources/mapper/project/PropertyProjectDao.xml

2
epdc-cloud-property/src/main/resources/mapper/project/PropertyProjectDao.xml

@ -174,7 +174,7 @@
IFNULL( IFNULL(
CONVERT ( CONVERT (
avg(es.score), avg(es.score),
DECIMAL (10, 2) DECIMAL (10, 0)
), ),
'' ''
) AS AVA_SCORE ) AS AVA_SCORE

Loading…
Cancel
Save