@ -38,7 +38,7 @@ public interface CloudTaskInfoDetailDao {
* @param taskId
* @return
*/
@Select("select count(1) from cloud_task_info_detail where task_id=#{taskId} and status=1")
@Select("select count(1) from cloud_task_info_detail where task_id=#{taskId} and status!=0")
Integer selectCountByTaskId(String taskId);