jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
modules/mainPart/src/main/java/com/zt/life/modules/project/service/SoftwareTestOrderDeliverableService.java
@@ -6,14 +6,16 @@
import org.springframework.stereotype.Service;
import com.zt.common.db.query.QueryFilter;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
 * software_test_order_deliverable
 *
 * @author zt generator 
 * @since 1.0.0 2023-11-08
 * @since 1.0.0 2023-11-09
 */
@Service
public class SoftwareTestOrderDeliverableService  extends BaseService<SoftwareTestOrderDeliverableDao, SoftwareTestOrderDeliverable> {
@@ -29,6 +31,16 @@
    }
    /**
     * 子表查询
     *
     */
    public List<SoftwareTestOrderDeliverable> getList(Long orderId) {
        Map<String, Object> params = new HashMap<>();
        params.put("orderId",orderId);
        return baseDao.getList(params);
    }
    /**
     * 删除
     *
     * @param ids