Browse Source

统计修改

v4
zouyx 2 years ago
parent
commit
b5713c8175
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalPanelMapper.xml

2
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/StatisticalPanelMapper.xml

@ -20,7 +20,7 @@
</select>
<select id="statisticalPanelOneselfDeptUser" resultType="integer" parameterType="StatisticsIndicatorPart">
select count(id) from ZFRYJDM2405301 where CODE_STATE = '01' where ZZJGDM = #{creditCode}
select count(id) from ZFRYJDM2405301 where CODE_STATE = '01' and ZZJGDM = #{creditCode}
</select>
<select id="statisticalPanelProgramTotal" resultType="integer" parameterType="StatisticsIndicatorPart">

Loading…
Cancel
Save