Browse Source

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

anderx 2 years ago
parent
commit
3277b8aea9
1 changed files with 1 additions and 1 deletions
  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