Browse Source

修改基础数据-个人业务数据-110、122的取值来源2

main
sjh 1 year ago
parent
commit
02b1e41ad8
  1. 2
      src/main/resources/mapper/GBaseCJDMapper.xml

2
src/main/resources/mapper/GBaseCJDMapper.xml

@ -5,7 +5,7 @@
<mapper namespace="com.biutag.supervision.mapper.GBaseCJDMapper">
<select id="selectCJDList" resultType="com.biutag.supervision.pojo.entity.GBaseCJD">
select count(cjdxdm) as cjdxdmTotal, cjdxname, cjdxdm, cjdxssdwdm, cjdxssdwmc
select count( DISTINCT jjdbh ) as cjdxdmTotal, cjdxname, cjdxdm, cjdxssdwdm, cjdxssdwmc
from dwd_asj_zhtx_cjd
${ew.getCustomSqlSegment}
</select>

Loading…
Cancel
Save