heheng
2024-12-16 125487e1a99361df5e8de543f8b2c75602022590
expert-system/src/main/resources/mapper/system/ProjectManagementMapper.xml
@@ -92,6 +92,7 @@
            <if test="evaluationState != null "> and evaluation_state = #{evaluationState}</if>
            <if test="expertNum != null "> and expert_num = #{expertNum}</if>
        </where>
        order by create_time desc
    </select>
    
    <select id="selectProjectManagementById" parameterType="Long" resultMap="ProjectManagementResult">
@@ -211,6 +212,7 @@
        <if test="projectCheckTime != null "> and a.project_check_time = #{projectCheckTime}</if>
        <if test="projectName != null  and projectName != ''"> and a.project_name like concat('%', #{projectName}, '%')</if>
        <if test="evaluationState != null "> and a.evaluation_state = #{evaluationState}</if>
        order by a.create_time desc
    </select>
    <select id="getDataNum" parameterType="Long" resultType="Integer">