소스 검색

首页带变更订单逻辑调整,
咨询师与经理未审核、已审核页面逻辑修改

anderx 2 년 전
부모
커밋
3277b8aea9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TaskTimeMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TaskTimeMapper.xml

@@ -172,7 +172,7 @@
     select
     <include refid="Base_Column_List" />
     from task_time
-    where tid = #{tid,jdbcType=INTEGER} and project_status =  #{projectStatus,jdbcType=INTEGER}
+    where tid = #{tid,jdbcType=INTEGER}
   </select>
   <select id="getAllTimeRecord" resultType="com.goafanti.common.model.TOrderTask">
       SELECT id,time_record timeRecord