智慧保安后台管理项目备份
zengh
2021-08-16 0a2ba92ff0905bb70d763494e3fd52dfe369f7d6
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -777,11 +777,11 @@
    <select id="selectExtypeUser" resultType="java.lang.Integer">
        SELECT
            COUNT( CASE WHEN (examination_mx is not null or examination_mx != "") THEN 1 END ) as sum
            COUNT( CASE WHEN ( examination_mx IS NOT NULL OR examination_mx != "" ) THEN 1 END ) AS sum
        FROM
            blade_user
            WHERE
            STATUS = 1
            STATUS != 1
    </select>
    <!--派遣保安人數量-->