|
|
@@ -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
|