java110
2021-08-24 160ea3f57ea8afa00397035a19831d99f8fc537e
java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
@@ -121,7 +121,7 @@
    <!-- 查询OA表单数量 add by wuxw 2018-07-03 -->
    <select id="queryOaWorkflowFormDataCount" parameterType="Map" resultType="Map">
        select count(1) count
        from #{tableName} t
        from ${tableName} t
        where 1 =1
            and t.store_id = #{storeId}
            and t.status_cd= '0'
@@ -142,7 +142,7 @@
    <!-- 查询OA表单数量 add by wuxw 2018-07-03 -->
    <select id="queryOaWorkflowFormDatas" parameterType="Map" resultType="Map">
        select t.*
        from #{tableName} t
        from ${tableName} t
        where 1 =1
        and t.store_id = #{storeId}
        and t.status_cd= '0'