master
youys 2 years ago
parent e3c2405364
commit bada54f8cb

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

Loading…
Cancel
Save