shenyijian
2024-06-18 98bef027644373dec8ac647c399b831c40d774b4
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProgressReportMapper.xml
@@ -50,7 +50,7 @@
        </if>
        <choose >
            <when test="dto.approvalStatus != null and dto.approvalStatus == 0">
                and report.audit_person = #{dto.approvalStatus}
                and report.audit_person = #{dto.userId}
            </when>
        </choose>
    </select>
@@ -67,7 +67,7 @@
        </if>
        <choose >
            <when test="dto.approvalStatus != null and dto.approvalStatus == 0">
                and report.audit_person = #{dto.approvalStatus}
                and report.audit_person = #{dto.userId}
            </when>
        </choose>
    </select>