Browse Source

任务派单BUG修复

anderx 7 years ago
parent
commit
396c1421eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

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

@@ -758,7 +758,7 @@ from t_order_task a left join business_project b on a.commodity_id=b.id
     where a.id= #{id,jdbcType=VARCHAR}
   </select>
   <select id="selectBySuperId"  resultType="com.goafanti.common.model.TOrderTask">
-     select super_id as superId,min(task_status) as taskStatus,min(project_status) as projectStatus  from t_order_task
+     select super_id as superId,min(task_status) as taskStatus,min(project_status) as projectStatus,mian  from t_order_task
     where super_id = #{superId,jdbcType=VARCHAR} group by super_id
   </select>