|
|
@ -38,7 +38,7 @@ public interface CloudTaskInfoDetailDao {
|
|
|
|
* @param taskId
|
|
|
|
* @param taskId
|
|
|
|
* @return
|
|
|
|
* @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);
|
|
|
|
Integer selectCountByTaskId(String taskId);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|