xyc
2024-10-14 3d72db70fcb406e02b283c4b624e8282ed301422
modules/mainPart/src/main/resources/mapper/taskReliability/SimulatAssessDao.xml
@@ -65,7 +65,7 @@
    </select>
    <select id="getTimeDiagram" resultType="com.zt.life.modules.mainPart.taskReliability.model.TimeDiagram">
        select *
        from time_diagram
        from time_diagram_temp
        where is_delete = 0
        <if test="projectId!=null and projectId!=''">
            and PROJECT_ID = #{projectId}